From 591c8f8d77f742dd99e59dab537dd9d5a62e88a6 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Mon, 6 Dec 2021 16:14:32 +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 --- qt/qextscintillalexerpython.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/qextscintillalexerpython.cpp') diff --git a/qt/qextscintillalexerpython.cpp b/qt/qextscintillalexerpython.cpp index ce53537..c9688e3 100644 --- a/qt/qextscintillalexerpython.cpp +++ b/qt/qextscintillalexerpython.cpp @@ -406,7 +406,7 @@ void QextScintillaLexerPython::setIndentationWarning(IndentationWarning warn) // Set the "tab.timmy.whinge.level" property. void QextScintillaLexerPython::setTabWhingeProp() { - emit propertyChanged("tab.timmy.whinge.level",TQString::number(indent_warn)); + emit propertyChanged("tab.timmy.whinge.level",TQString::number(indent_warn).latin1()); } #include "qextscintillalexerpython.moc" -- cgit v1.2.3