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 786858dc..ab68dab6 100644 --- a/autotests/kconfig_compiler/test11.h.ref +++ b/autotests/kconfig_compiler/test11.h.ref @@ -23,7 +23,7 @@ class Test11 : public MyPrefs enum MailClient { sendmail, kmail }; Test11( QObject *parent = nullptr ); - ~Test11(); + ~Test11() override; /** Set Enable automatic saving of calendar |