diff options
Diffstat (limited to 'autotests/kconfig_compiler/test8c.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test8c.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test8c.h.ref b/autotests/kconfig_compiler/test8c.h.ref index 8ed9962c..57469dca 100644 --- a/autotests/kconfig_compiler/test8c.h.ref +++ b/autotests/kconfig_compiler/test8c.h.ref @@ -55,7 +55,7 @@ class Test8c : public KConfigSkeleton } protected: - Test8c(KSharedConfig::Ptr config); + Test8c(KSharedConfig::Ptr config, QObject *parent = nullptr); friend class Test8cHelper; |