Warning, /frameworks/kconfig/autotests/kconfig_compiler/test3.cpp.ref is written in an unsupported language. File is not indexed.

0001 // This file is generated by kconfig_compiler_kf5 from test3.kcfg.
0002 // All changes you do to this file will be lost.
0003 
0004 #include "test3.h"
0005 
0006 using namespace TestNameSpace;
0007 
0008 Test3::Test3( )
0009   : KConfigSkeleton( QStringLiteral( "test3rc" ) )
0010 {
0011   setCurrentGroup( QStringLiteral( "General" ) );
0012 
0013   mAutoSaveItem = new KConfigSkeleton::ItemBool( currentGroup(), QStringLiteral( "Auto Save" ), mAutoSave, false );
0014   addItem( mAutoSaveItem, QStringLiteral( "AutoSave" ) );
0015 
0016   setCurrentGroup( QStringLiteral( "Blah" ) );
0017 
0018   mBlubbItem = new KConfigSkeleton::ItemInt( currentGroup(), QStringLiteral( "Blubb" ), mBlubb, 10 );
0019   addItem( mBlubbItem, QStringLiteral( "Blubb" ) );
0020   mBlahBlahItem = new KConfigSkeleton::ItemString( currentGroup(), QStringLiteral( "BlahBlah" ), mBlahBlah, QStringLiteral( "a string" ) );
0021   addItem( mBlahBlahItem, QStringLiteral( "BlahBlah" ) );
0022   mMyPasswordItem = new KConfigSkeleton::ItemPassword( currentGroup(), QStringLiteral( "MyPassword" ), mMyPassword );
0023   addItem( mMyPasswordItem, QStringLiteral( "MyPassword" ) );
0024 }
0025 
0026 Test3::~Test3()
0027 {
0028 }
0029