aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test12.cpp.ref
blob: e1cd01a6e304ad35fe545122f69112bf65ee1425 (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( QLatin1String( "muondatasourcesrc" ) )
{
  setCurrentGroup( QLatin1String( "muon" ) );

  QList<QUrl> 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" ) );
}

Test12::~Test12()
{
}