diff options
| author | David Faure <faure@kde.org> | 2016-12-07 09:29:31 +0100 | 
|---|---|---|
| committer | David Faure <faure@kde.org> | 2016-12-07 09:29:38 +0100 | 
| commit | 4f9d7dde3a06da26d93e8f7ec98a283111a2d8c9 (patch) | |
| tree | 519ffaac87f803d54731f1831cb0e9867c504e4e /autotests/kconfig_compiler/test8c.h.ref | |
| parent | ebcaf997ca4e7cf687604ccb081d577f87b08008 (diff) | |
| download | kconfig-4f9d7dde3a06da26d93e8f7ec98a283111a2d8c9.tar.gz kconfig-4f9d7dde3a06da26d93e8f7ec98a283111a2d8c9.tar.bz2 | |
Revert "Generate an instance with KSharedConfig::Ptr for singleton and arg"
This reverts commit cd4e6504dfbdface00037625f0cedda511e6d839.
As suggested by Martin on release-team@kde.org, given that it breaks SC.
Diffstat (limited to 'autotests/kconfig_compiler/test8c.h.ref')
| -rw-r--r-- | autotests/kconfig_compiler/test8c.h.ref | 70 | 
1 files changed, 0 insertions, 70 deletions
| diff --git a/autotests/kconfig_compiler/test8c.h.ref b/autotests/kconfig_compiler/test8c.h.ref deleted file mode 100644 index 95464e5a..00000000 --- a/autotests/kconfig_compiler/test8c.h.ref +++ /dev/null @@ -1,70 +0,0 @@ -// This file is generated by kconfig_compiler_kf5 from test8a.kcfg. -// All changes you do to this file will be lost. -#ifndef TEST8C_H -#define TEST8C_H - -#include <kconfigskeleton.h> -#include <QCoreApplication> -#include <QDebug> - -class Test8c : public KConfigSkeleton -{ -  public: - -    static Test8c *self(); -    static void instance(const QString& cfgfilename); -    static void instance(KSharedConfig::Ptr config); -    ~Test8c(); - -    /** -      Set Font -    */ -    static -    void setFont( const QFont & v ) -    { -      if (!self()->isImmutable( QStringLiteral( "Font" ) )) -        self()->mFont = v; -    } - -    /** -      Get Font -    */ -    static -    QFont font() -    { -      return self()->mFont; -    } - -    /** -      Set TitleFont -    */ -    static -    void setTitleFont( const QFont & v ) -    { -      if (!self()->isImmutable( QStringLiteral( "TitleFont" ) )) -        self()->mTitleFont = v; -    } - -    /** -      Get TitleFont -    */ -    static -    QFont titleFont() -    { -      return self()->mTitleFont; -    } - -  protected: -    Test8c(KSharedConfig::Ptr config); -    friend class Test8cHelper; - - -    // Group -    QFont mFont; -    QFont mTitleFont; - -  private: -}; - -#endif - | 
