Warning, /frameworks/kconfig/autotests/kconfig_compiler/test12.cpp.ref is written in an unsupported language. File is not indexed.

0001 // This file is generated by kconfig_compiler_kf6 from test12.kcfg.
0002 // All changes you do to this file will be lost.
0003 
0004 #include "test12.h"
0005 
0006 Test12::Test12( )
0007   : KConfigSkeleton( QStringLiteral( "muondatasourcesrc" ) )
0008 {
0009   setCurrentGroup( QStringLiteral( "muon" ) );
0010 
0011   QList<QUrl> defaultRnRSource;
0012   defaultRnRSource.append( QUrl::fromUserInput(QString::fromUtf8( "http://kde.org" ) ) );
0013 
0014   KConfigSkeleton::ItemUrlList  *itemRnRSource;
0015   itemRnRSource = new KConfigSkeleton::ItemUrlList( currentGroup(), QStringLiteral( "RnRSource" ), mRnRSource, defaultRnRSource );
0016   addItem( itemRnRSource, QStringLiteral( "RnRSource" ) );
0017 }
0018 
0019 Test12::~Test12()
0020 {
0021 }
0022