Warning, /frameworks/kconfig/autotests/kconfig_compiler/test_translation_kde.cpp.ref is written in an unsupported language. File is not indexed.
0001 // This file is generated by kconfig_compiler_kf6 from test_translation.kcfg.
0002 // All changes you do to this file will be lost.
0003
0004 #include "test_translation_kde.h"
0005
0006 #include <klocalizedstring.h>
0007
0008 using namespace TestNameSpace;
0009
0010 TestTranslationKde::TestTranslationKde( )
0011 : KConfigSkeleton( QStringLiteral( "test_translation_rc" ) )
0012 {
0013 setCurrentGroup( QStringLiteral( "General" ) );
0014
0015 KConfigSkeleton::ItemBool *itemAutoSave;
0016 itemAutoSave = new KConfigSkeleton::ItemBool( currentGroup(), QStringLiteral( "Auto Save" ), mAutoSave, false );
0017 itemAutoSave->setLabel( i18n("Enable automatic saving of calendar") );
0018 itemAutoSave->setWhatsThis( i18nc("@info:whatsthis", "Enable automatic saving of calendars to have calendars saved automatically.") );
0019 addItem( itemAutoSave, QStringLiteral( "AutoSave" ) );
0020 }
0021
0022 TestTranslationKde::~TestTranslationKde()
0023 {
0024 }
0025