aboutsummaryrefslogtreecommitdiff
path: root/src/core/kconfig.h
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2021-11-02 07:50:11 +0100
committerLaurent Montel <montel@kde.org>2021-11-02 07:50:11 +0100
commitc64a73a4c4f3c3fc31720c6004c217cd44b7de0b (patch)
tree29530b437515a752fde8a7914f1f350e344e10af /src/core/kconfig.h
parent605383b1a299ea69444b10a5cf2eb9cb61009f86 (diff)
downloadkconfig-c64a73a4c4f3c3fc31720c6004c217cd44b7de0b.tar.gz
kconfig-c64a73a4c4f3c3fc31720c6004c217cd44b7de0b.tar.bz2
GIT_SILENT: add missing override
Diffstat (limited to 'src/core/kconfig.h')
-rw-r--r--src/core/kconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfig.h b/src/core/kconfig.h
index 6fee5ff5..0835c951 100644
--- a/src/core/kconfig.h
+++ b/src/core/kconfig.h
@@ -139,7 +139,7 @@ public:
*/
KConfig(const QString &file, const QString &backend, QStandardPaths::StandardLocation type = QStandardPaths::GenericConfigLocation);
- virtual ~KConfig();
+ ~KConfig() override;
/**
* Returns the standard location enum passed to the constructor.