diff options
Diffstat (limited to 'src/gui/kconfigloader.h')
-rw-r--r-- | src/gui/kconfigloader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kconfigloader.h b/src/gui/kconfigloader.h index ffbd8e9b..aa6b7538 100644 --- a/src/gui/kconfigloader.h +++ b/src/gui/kconfigloader.h @@ -131,7 +131,7 @@ public: **/ KConfigLoader(const KConfigGroup &config, QIODevice *xml, QObject *parent = nullptr); - ~KConfigLoader(); + ~KConfigLoader() Q_DECL_OVERRIDE; /** * Finds the item for the given group and key. |