aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test8a.h.ref
diff options
context:
space:
mode:
authorSergio Martins <iamsergio@gmail.com>2015-08-18 23:18:16 +0100
committerSergio Martins <iamsergio@gmail.com>2015-08-18 23:18:16 +0100
commit0c04b8cc4021934bbd6e0bd12788396689f65864 (patch)
tree0a288e9f74ef18bbbac6842633d9f29866aec5e8 /autotests/kconfig_compiler/test8a.h.ref
parent4d5a50a85bec95e60f11d1ac271df643e472ecf5 (diff)
downloadkconfig-0c04b8cc4021934bbd6e0bd12788396689f65864.tar.gz
kconfig-0c04b8cc4021934bbd6e0bd12788396689f65864.tar.bz2
Fix unit-tests, expected output changed, so update the tests.
Diffstat (limited to 'autotests/kconfig_compiler/test8a.h.ref')
-rw-r--r--autotests/kconfig_compiler/test8a.h.ref4
1 files changed, 2 insertions, 2 deletions
diff --git a/autotests/kconfig_compiler/test8a.h.ref b/autotests/kconfig_compiler/test8a.h.ref
index ec9d64b7..e47fbcab 100644
--- a/autotests/kconfig_compiler/test8a.h.ref
+++ b/autotests/kconfig_compiler/test8a.h.ref
@@ -20,7 +20,7 @@ class Test8a : public KConfigSkeleton
*/
void setFont( const QFont & v )
{
- if (!isImmutable( QString::fromLatin1( "Font" ) ))
+ if (!isImmutable( QStringLiteral( "Font" ) ))
mFont = v;
}
@@ -37,7 +37,7 @@ class Test8a : public KConfigSkeleton
*/
void setTitleFont( const QFont & v )
{
- if (!isImmutable( QString::fromLatin1( "TitleFont" ) ))
+ if (!isImmutable( QStringLiteral( "TitleFont" ) ))
mTitleFont = v;
}