Warning, /frameworks/kconfig/autotests/kconfig_compiler/test_translation_qt.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_qt.h"
0005 
0006 using namespace TestNameSpace;
0007 
0008 TestTranslationQt::TestTranslationQt( )
0009   : KConfigSkeleton( QStringLiteral( "test_translation_rc" ) )
0010 {
0011   setCurrentGroup( QStringLiteral( "General" ) );
0012 
0013   KConfigSkeleton::ItemBool  *itemAutoSave;
0014   itemAutoSave = new KConfigSkeleton::ItemBool( currentGroup(), QStringLiteral( "Auto Save" ), mAutoSave, false );
0015   itemAutoSave->setLabel( QCoreApplication::translate("TestTranslationQt", "Enable automatic saving of calendar") );
0016   itemAutoSave->setWhatsThis( /*: @info:whatsthis */ QCoreApplication::translate("TestTranslationQt", "Enable automatic saving of calendars to have calendars saved automatically.") );
0017   addItem( itemAutoSave, QStringLiteral( "AutoSave" ) );
0018 }
0019 
0020 TestTranslationQt::~TestTranslationQt()
0021 {
0022 }
0023