aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test_emptyentries.h.ref
blob: 65d5c7dafbd1e21dc89794b11a1fb7e414d0c67d (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() override;

  protected:
    QMakeBuilderSettings(KSharedConfig::Ptr config);
    friend class QMakeBuilderSettingsHelper;


  private:
};

#endif