aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test12.cpp.ref
blob: 67af002e4b955bbf9074130eba388c39c792a2c6 (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()
{
}