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.
 
 
 
 

29 lines
665 B

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