diff options
author | Laurent Montel <montel@kde.org> | 2018-04-19 07:46:44 +0200 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2018-04-19 07:46:50 +0200 |
commit | fb08c56d2710fa7e3e998dde25eb30626e2a9d97 (patch) | |
tree | 7a7e6c28da2370a3c017a81322431dbe44360fc3 /src/gui/kconfigloader.h | |
parent | 10d15b2433239203d17d7ff5842b79ec28377717 (diff) | |
download | kconfig-fb08c56d2710fa7e3e998dde25eb30626e2a9d97.tar.gz kconfig-fb08c56d2710fa7e3e998dde25eb30626e2a9d97.tar.bz2 |
Warning--
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. |