Warning, /frameworks/kconfig/autotests/kconfig_compiler/test_emptyentries.h.ref is written in an unsupported language. File is not indexed.

0001 // This file is generated by kconfig_compiler_kf6 from test_emptyentries.kcfg.
0002 // All changes you do to this file will be lost.
0003 #ifndef QMAKEBUILDERSETTINGS_H
0004 #define QMAKEBUILDERSETTINGS_H
0005 
0006 #include <kconfigskeleton.h>
0007 #include <QCoreApplication>
0008 #include <QDebug>
0009 
0010 #include <QString>
0011 
0012 class QMakeBuilderSettings : public KConfigSkeleton
0013 {
0014   public:
0015     static QMakeBuilderSettings *self();
0016     static void instance(const QString& cfgfilename);
0017     static void instance(KSharedConfig::Ptr config);
0018     ~QMakeBuilderSettings() override;
0019 
0020   protected:
0021     QMakeBuilderSettings(KSharedConfig::Ptr config);
0022     friend class QMakeBuilderSettingsHelper;
0023 
0024 
0025   private:
0026 };
0027 
0028 #endif
0029