diff options
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. |