From c64a73a4c4f3c3fc31720c6004c217cd44b7de0b Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Tue, 2 Nov 2021 07:50:11 +0100 Subject: GIT_SILENT: add missing override --- src/core/kconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/kconfig.h') 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. -- cgit v1.2.1