From 0c04b8cc4021934bbd6e0bd12788396689f65864 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Tue, 18 Aug 2015 23:18:16 +0100 Subject: Fix unit-tests, expected output changed, so update the tests. --- autotests/kconfig_compiler/test_qdebugcategory.h.ref | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'autotests/kconfig_compiler/test_qdebugcategory.h.ref') diff --git a/autotests/kconfig_compiler/test_qdebugcategory.h.ref b/autotests/kconfig_compiler/test_qdebugcategory.h.ref index b6d16fc0..14e1ebac 100644 --- a/autotests/kconfig_compiler/test_qdebugcategory.h.ref +++ b/autotests/kconfig_compiler/test_qdebugcategory.h.ref @@ -21,7 +21,7 @@ class TestQCategory : public KConfigSkeleton */ void setColor( const QColor & v ) { - if (!isImmutable( QString::fromLatin1( "Color" ) )) + if (!isImmutable( QStringLiteral( "Color" ) )) mColor = v; } @@ -38,7 +38,7 @@ class TestQCategory : public KConfigSkeleton */ void setFooBar( const QString & v ) { - if (!isImmutable( QString::fromLatin1( "FooBar" ) )) + if (!isImmutable( QStringLiteral( "FooBar" ) )) mFooBar = v; } @@ -67,7 +67,7 @@ class TestQCategory : public KConfigSkeleton v = 88; } - if (!isImmutable( QString::fromLatin1( "Age" ) )) + if (!isImmutable( QStringLiteral( "Age" ) )) mAge = v; } -- cgit v1.2.1