aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test1.h.ref
diff options
context:
space:
mode:
Diffstat (limited to 'autotests/kconfig_compiler/test1.h.ref')
-rw-r--r--autotests/kconfig_compiler/test1.h.ref2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test1.h.ref b/autotests/kconfig_compiler/test1.h.ref
index bbef760d..77c3b65f 100644
--- a/autotests/kconfig_compiler/test1.h.ref
+++ b/autotests/kconfig_compiler/test1.h.ref
@@ -17,7 +17,7 @@ class Test1 : public KConfigSkeleton
enum type { One, Two, Three, COUNT };
};
- Test1( const QString & transport, const QString & folder );
+ Test1( const QString & transport, const QString & folder, QObject *parent = nullptr );
~Test1();
/**