// This file is generated by kconfig_compiler_kf6 from test_emptyentries.kcfg. // All changes you do to this file will be lost. #ifndef QMAKEBUILDERSETTINGS_H #define QMAKEBUILDERSETTINGS_H #include #include #include #include class QMakeBuilderSettings : public KConfigSkeleton { public: static QMakeBuilderSettings *self(); static void instance(const QString& cfgfilename); static void instance(KSharedConfig::Ptr config); ~QMakeBuilderSettings() override; protected: QMakeBuilderSettings(KSharedConfig::Ptr config); friend class QMakeBuilderSettingsHelper; private: }; #endif