diff options
author | Laurent Montel <montel@kde.org> | 2021-11-02 07:50:11 +0100 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2021-11-02 07:50:11 +0100 |
commit | c64a73a4c4f3c3fc31720c6004c217cd44b7de0b (patch) | |
tree | 29530b437515a752fde8a7914f1f350e344e10af /src/core/kconfig.h | |
parent | 605383b1a299ea69444b10a5cf2eb9cb61009f86 (diff) | |
download | kconfig-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.h | 2 |
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. |