mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
22 lines
632 B
Text
22 lines
632 B
Text
// This file is generated by kconfig_compiler from test12.kcfg.
|
|
// All changes you do to this file will be lost.
|
|
|
|
#include "test12.h"
|
|
|
|
Test12::Test12( )
|
|
: KConfigSkeleton( QLatin1String( "muondatasourcesrc" ) )
|
|
{
|
|
setCurrentGroup( QLatin1String( "muon" ) );
|
|
|
|
KUrl::List defaultRnRSource;
|
|
defaultRnRSource.append( KUrl(QString::fromUtf8( "http://kde.org" ) ) );
|
|
|
|
KConfigSkeleton::ItemUrlList *itemRnRSource;
|
|
itemRnRSource = new KConfigSkeleton::ItemUrlList( currentGroup(), QLatin1String( "RnRSource" ), mRnRSource, defaultRnRSource );
|
|
addItem( itemRnRSource, QLatin1String( "RnRSource" ) );
|
|
}
|
|
|
|
Test12::~Test12()
|
|
{
|
|
}
|
|
|