diff options
Diffstat (limited to 'autotests/kconfig_compiler/test9.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test9.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test9.h.ref b/autotests/kconfig_compiler/test9.h.ref index 7c95b1d1..84fbbf30 100644 --- a/autotests/kconfig_compiler/test9.h.ref +++ b/autotests/kconfig_compiler/test9.h.ref @@ -14,7 +14,7 @@ class Test9 : public KConfigSkeleton public: Test9( const QString & transport, const QString & folder ); - ~Test9(); + ~Test9() override; /** Set MyStringList |