aboutsummaryrefslogtreecommitdiff
path: root/tier1/kconfig/autotests/kconfig_compiler/test12.cpp.ref
diff options
context:
space:
mode:
Diffstat (limited to 'tier1/kconfig/autotests/kconfig_compiler/test12.cpp.ref')
-rw-r--r--tier1/kconfig/autotests/kconfig_compiler/test12.cpp.ref22
1 files changed, 0 insertions, 22 deletions
diff --git a/tier1/kconfig/autotests/kconfig_compiler/test12.cpp.ref b/tier1/kconfig/autotests/kconfig_compiler/test12.cpp.ref
deleted file mode 100644
index 69d5bba9..00000000
--- a/tier1/kconfig/autotests/kconfig_compiler/test12.cpp.ref
+++ /dev/null
@@ -1,22 +0,0 @@
-// 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" ) );
-
- 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()
-{
-}
-