// This file is generated by kconfig_compiler_kf6 from test_translation.kcfg. // All changes you do to this file will be lost. #ifndef TESTNAMESPACE_TESTTRANSLATIONKDEDOMAIN_H #define TESTNAMESPACE_TESTTRANSLATIONKDEDOMAIN_H #include #include #include #include namespace TestNameSpace { class TestTranslationKdeDomain : public KConfigSkeleton { public: TestTranslationKdeDomain( ); ~TestTranslationKdeDomain() override; /** Get Enable automatic saving of calendar */ bool autoSave() const { return mAutoSave; } /** Is Enable automatic saving of calendar Immutable */ bool isAutoSaveImmutable() const { return isImmutable( QStringLiteral( "AutoSave" ) ); } protected: // General bool mAutoSave; private: }; } #endif