aboutsummaryrefslogtreecommitdiff
path: root/autotests/kconfig_compiler/test13.h.ref
diff options
context:
space:
mode:
Diffstat (limited to 'autotests/kconfig_compiler/test13.h.ref')
-rw-r--r--autotests/kconfig_compiler/test13.h.ref2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test13.h.ref b/autotests/kconfig_compiler/test13.h.ref
index 45863900..34e97f7c 100644
--- a/autotests/kconfig_compiler/test13.h.ref
+++ b/autotests/kconfig_compiler/test13.h.ref
@@ -14,7 +14,7 @@ class Test13 : public KConfigSkeleton
public:
Test13( );
- ~Test13();
+ ~Test13() override;
Q_PROPERTY(QUrl picturesDir READ picturesDir CONSTANT)
Q_PROPERTY(bool isPicturesDirImmutable READ isPicturesDirImmutable CONSTANT)