You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

29 lines
1.0 KiB

// This file is generated by kconfig_compiler_kf5 from test3.kcfg.
// All changes you do to this file will be lost.
#include "test3.h"
using namespace TestNameSpace;
Test3::Test3( )
: KConfigSkeleton( QStringLiteral( "test3rc" ) )
{
setCurrentGroup( QStringLiteral( "General" ) );
mAutoSaveItem = new KConfigSkeleton::ItemBool( currentGroup(), QStringLiteral( "Auto Save" ), mAutoSave, false );
addItem( mAutoSaveItem, QStringLiteral( "AutoSave" ) );
setCurrentGroup( QStringLiteral( "Blah" ) );
mBlubbItem = new KConfigSkeleton::ItemInt( currentGroup(), QStringLiteral( "Blubb" ), mBlubb, 10 );
addItem( mBlubbItem, QStringLiteral( "Blubb" ) );
mBlahBlahItem = new KConfigSkeleton::ItemString( currentGroup(), QStringLiteral( "BlahBlah" ), mBlahBlah, QStringLiteral( "a string" ) );
addItem( mBlahBlahItem, QStringLiteral( "BlahBlah" ) );
mMyPasswordItem = new KConfigSkeleton::ItemPassword( currentGroup(), QStringLiteral( "MyPassword" ), mMyPassword );
addItem( mMyPasswordItem, QStringLiteral( "MyPassword" ) );
}
Test3::~Test3()
{
}