Warning, /frameworks/kconfig/autotests/kconfig_compiler/test_translation_qt.h.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 #ifndef TESTNAMESPACE_TESTTRANSLATIONQT_H
0004 #define TESTNAMESPACE_TESTTRANSLATIONQT_H
0005 
0006 #include <qglobal.h>
0007 #include <kconfigskeleton.h>
0008 #include <QCoreApplication>
0009 #include <QDebug>
0010 
0011 namespace TestNameSpace {
0012 
0013 class TestTranslationQt : public KConfigSkeleton
0014 {
0015   public:
0016 
0017     TestTranslationQt( );
0018     ~TestTranslationQt() override;
0019 
0020     /**
0021       Get Enable automatic saving of calendar
0022     */
0023     bool autoSave() const
0024     {
0025       return mAutoSave;
0026     }
0027 
0028     /**
0029       Is Enable automatic saving of calendar Immutable
0030     */
0031     bool isAutoSaveImmutable() const
0032     {
0033       return isImmutable( QStringLiteral( "AutoSave" ) );
0034     }
0035 
0036   protected:
0037 
0038     // General
0039     bool mAutoSave;
0040 
0041   private:
0042 };
0043 
0044 }
0045 
0046 #endif
0047