diff options
Diffstat (limited to 'autotests/kconfig_compiler/test11.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test11.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test11.h.ref b/autotests/kconfig_compiler/test11.h.ref index 1af66a95..395810ef 100644 --- a/autotests/kconfig_compiler/test11.h.ref +++ b/autotests/kconfig_compiler/test11.h.ref @@ -21,7 +21,7 @@ class Test11 : public MyPrefs }; enum MailClient { sendmail, kmail }; - Test11( ); + Test11( QObject *parent = nullptr ); ~Test11(); /** |