diff options
Diffstat (limited to 'autotests/kconfig_compiler/test_subgroups.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test_subgroups.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test_subgroups.h.ref b/autotests/kconfig_compiler/test_subgroups.h.ref index 11665710..c8a1c253 100644 --- a/autotests/kconfig_compiler/test_subgroups.h.ref +++ b/autotests/kconfig_compiler/test_subgroups.h.ref @@ -12,7 +12,7 @@ class TestSubgroups : public KConfigSkeleton public: TestSubgroups( const QString & GeneralGroup, const QString & SubGroup, const QString & AnotherSubGroup ); - ~TestSubgroups(); + ~TestSubgroups() override; /** Get Foo |