From e362afe43ca4144838fd544bcb048d4a033690bc Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 11 May 2019 22:45:49 +0200 Subject: Cleanup: remove UTF8 macros At some places we use UTF8 string literals. Therefore, we effectively only support UTF8 build systems. We might just as well remove all the other UTF_* macros and use direct string literals. Signed-off-by: Berthold Stoeger --- profile-widget/diveprofileitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile-widget/diveprofileitem.cpp') diff --git a/profile-widget/diveprofileitem.cpp b/profile-widget/diveprofileitem.cpp index d47ceff02..c71e297bf 100644 --- a/profile-widget/diveprofileitem.cpp +++ b/profile-widget/diveprofileitem.cpp @@ -982,7 +982,7 @@ void PartialPressureGasItem::modelDataChanged(const QModelIndex &topLeft, const } setPolygon(poly); /* - createPPLegend(trUtf8("pN" UTF8_SUBSCRIPT_2),getColor(PN2), legendPos); + createPPLegend(trUtf8("pNâ‚‚"), getColor(PN2), legendPos); */ } -- cgit v1.2.3-70-g09d2