blob: da6670a076269871f3d9d6d3b624f8b7e17f4f63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
// This file is generated by kconfig_compiler_kf5 from test12.kcfg.
// All changes you do to this file will be lost.
#include "test12.h"
Test12::Test12( )
: KConfigSkeleton( QStringLiteral( "muondatasourcesrc" ) )
{
setCurrentGroup( QStringLiteral( "muon" ) );
QList<QUrl> defaultRnRSource;
defaultRnRSource.append( QUrl::fromUserInput(QString::fromUtf8( "http://kde.org" ) ) );
KConfigSkeleton::ItemUrlList *itemRnRSource;
itemRnRSource = new KConfigSkeleton::ItemUrlList( currentGroup(), QStringLiteral( "RnRSource" ), mRnRSource, defaultRnRSource );
addItem( itemRnRSource, QStringLiteral( "RnRSource" ) );
}
Test12::~Test12()
{
}
|