Files
RedBear-OS/local/recipes/kde/kf6-kconfig/source/autotests/kconfig_compiler/test3a.cpp.ref
T
2026-04-14 10:51:06 +01:00

30 lines
1.1 KiB
Plaintext

// This file is generated by kconfig_compiler_kf6 from test3a.kcfg.
// All changes you do to this file will be lost.
#include "test3a.h"
using namespace TestNameSpace::InnerNameSpace;
Test3a::Test3a( )
: KConfigSkeleton( QStringLiteral( "test3arc" ) )
{
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" ) );
}
Test3a::~Test3a()
{
}