You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

47 lines
829 B

// This file is generated by kconfig_compiler_kf5 from test_translation.kcfg.
// All changes you do to this file will be lost.
#ifndef TESTNAMESPACE_TESTTRANSLATIONQT_H
#define TESTNAMESPACE_TESTTRANSLATIONQT_H
#include <qglobal.h>
#include <kconfigskeleton.h>
#include <QCoreApplication>
#include <QDebug>
namespace TestNameSpace {
class TestTranslationQt : public KConfigSkeleton
{
public:
TestTranslationQt( );
~TestTranslationQt();
/**
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