diff options
Diffstat (limited to 'autotests/kconfig_compiler/myprefs.h')
| -rw-r--r-- | autotests/kconfig_compiler/myprefs.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/autotests/kconfig_compiler/myprefs.h b/autotests/kconfig_compiler/myprefs.h index 609fc546..073352b9 100644 --- a/autotests/kconfig_compiler/myprefs.h +++ b/autotests/kconfig_compiler/myprefs.h @@ -6,7 +6,10 @@  class MyPrefs : public KConfigSkeleton  {  public: -    MyPrefs(const QString &a) : KConfigSkeleton(a) {} +    MyPrefs(const QString &a) +        : KConfigSkeleton(a) +    { +    }  };  #endif | 
