From f3fd991c693316d26e360438eff8ecff8a54553d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 18 Mar 2022 04:03:50 +0100 Subject: Enforce the use of TQt with STL only where it is necessary. The definition of -UTQT_NO_STL 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 --- kmymoney2/converter/convertertest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmymoney2/converter/convertertest.cpp') diff --git a/kmymoney2/converter/convertertest.cpp b/kmymoney2/converter/convertertest.cpp index 9766e2d..f8a5568 100644 --- a/kmymoney2/converter/convertertest.cpp +++ b/kmymoney2/converter/convertertest.cpp @@ -204,6 +204,6 @@ void ConverterTest::testDateFormat() } catch (MyMoneyException* e) { - CPPUNIT_FAIL(e->what()); + CPPUNIT_FAIL(e->what().local8Bit().data()); } } -- cgit v1.2.1