From 75d11cc64fee09189bfe8f968f0558e3d1000db8 Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Wed, 28 Oct 2015 08:29:32 +0100 Subject: Use QStringLiteral in generated code REVIEW: 125833 --- autotests/kconfig_compiler/test12.cpp.ref | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'autotests/kconfig_compiler/test12.cpp.ref') diff --git a/autotests/kconfig_compiler/test12.cpp.ref b/autotests/kconfig_compiler/test12.cpp.ref index e1cd01a6..da6670a0 100644 --- a/autotests/kconfig_compiler/test12.cpp.ref +++ b/autotests/kconfig_compiler/test12.cpp.ref @@ -4,16 +4,16 @@ #include "test12.h" Test12::Test12( ) - : KConfigSkeleton( QLatin1String( "muondatasourcesrc" ) ) + : KConfigSkeleton( QStringLiteral( "muondatasourcesrc" ) ) { - setCurrentGroup( QLatin1String( "muon" ) ); + setCurrentGroup( QStringLiteral( "muon" ) ); QList defaultRnRSource; defaultRnRSource.append( QUrl::fromUserInput(QString::fromUtf8( "http://kde.org" ) ) ); KConfigSkeleton::ItemUrlList *itemRnRSource; - itemRnRSource = new KConfigSkeleton::ItemUrlList( currentGroup(), QLatin1String( "RnRSource" ), mRnRSource, defaultRnRSource ); - addItem( itemRnRSource, QLatin1String( "RnRSource" ) ); + itemRnRSource = new KConfigSkeleton::ItemUrlList( currentGroup(), QStringLiteral( "RnRSource" ), mRnRSource, defaultRnRSource ); + addItem( itemRnRSource, QStringLiteral( "RnRSource" ) ); } Test12::~Test12() -- cgit v1.2.1