aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test_emptyentries.h.ref
blob: c2481e2d32e073a5b4b7bac02abba02e7295766e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// 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