From f971d07fa3ac7f9390bff42109880d65167a724f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 4 Nov 2018 02:23:25 +0100 Subject: Added controlled conversions to char* instead of automatic ascii conversions. The definition of -UTQT_NO_ASCII_CAST is no longer needed. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 64c09a0ec1110811841883ae7260c7df447e022c) --- src/magiclabel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/magiclabel.cpp b/src/magiclabel.cpp index 0613720..b22461d 100644 --- a/src/magiclabel.cpp +++ b/src/magiclabel.cpp @@ -31,7 +31,7 @@ MagicLabel::MagicLabel(TQString s, bool translate) transform(); if (translate) - mValue = i18n(mValue); + mValue = i18n(mValue.utf8()); } -- cgit v1.2.1