diff options
Diffstat (limited to 'autotests/kconfig_compiler/test_emptyentries.h.ref')
-rw-r--r-- | autotests/kconfig_compiler/test_emptyentries.h.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test_emptyentries.h.ref b/autotests/kconfig_compiler/test_emptyentries.h.ref index c2481e2d..65d5c7da 100644 --- a/autotests/kconfig_compiler/test_emptyentries.h.ref +++ b/autotests/kconfig_compiler/test_emptyentries.h.ref @@ -15,7 +15,7 @@ class QMakeBuilderSettings : public KConfigSkeleton static QMakeBuilderSettings *self(); static void instance(const QString& cfgfilename); static void instance(KSharedConfig::Ptr config); - ~QMakeBuilderSettings(); + ~QMakeBuilderSettings() override; protected: QMakeBuilderSettings(KSharedConfig::Ptr config); |