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/test3a.h.ref | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'autotests/kconfig_compiler/test3a.h.ref') diff --git a/autotests/kconfig_compiler/test3a.h.ref b/autotests/kconfig_compiler/test3a.h.ref index a44ce841..dbe009dc 100644 --- a/autotests/kconfig_compiler/test3a.h.ref +++ b/autotests/kconfig_compiler/test3a.h.ref @@ -23,7 +23,7 @@ class Test3a : public KConfigSkeleton */ void setAutoSave( bool v ) { - if (!isImmutable( QString::fromLatin1( "AutoSave" ) )) + if (!isImmutable( QStringLiteral( "AutoSave" ) )) mAutoSave = v; } @@ -48,7 +48,7 @@ class Test3a : public KConfigSkeleton */ void setBlubb( int v ) { - if (!isImmutable( QString::fromLatin1( "Blubb" ) )) + if (!isImmutable( QStringLiteral( "Blubb" ) )) mBlubb = v; } @@ -73,7 +73,7 @@ class Test3a : public KConfigSkeleton */ void setBlahBlah( const QString & v ) { - if (!isImmutable( QString::fromLatin1( "BlahBlah" ) )) + if (!isImmutable( QStringLiteral( "BlahBlah" ) )) mBlahBlah = v; } @@ -98,7 +98,7 @@ class Test3a : public KConfigSkeleton */ void setMyPassword( const QString & v ) { - if (!isImmutable( QString::fromLatin1( "MyPassword" ) )) + if (!isImmutable( QStringLiteral( "MyPassword" ) )) mMyPassword = v; } -- cgit v1.2.1