aboutsummaryrefslogtreecommitdiff
path: root/src/core/kcoreconfigskeleton.h
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2018-04-19 07:46:44 +0200
committerLaurent Montel <montel@kde.org>2018-04-19 07:46:50 +0200
commitfb08c56d2710fa7e3e998dde25eb30626e2a9d97 (patch)
tree7a7e6c28da2370a3c017a81322431dbe44360fc3 /src/core/kcoreconfigskeleton.h
parent10d15b2433239203d17d7ff5842b79ec28377717 (diff)
downloadkconfig-fb08c56d2710fa7e3e998dde25eb30626e2a9d97.tar.gz
kconfig-fb08c56d2710fa7e3e998dde25eb30626e2a9d97.tar.bz2
Warning--
Diffstat (limited to 'src/core/kcoreconfigskeleton.h')
-rw-r--r--src/core/kcoreconfigskeleton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kcoreconfigskeleton.h b/src/core/kcoreconfigskeleton.h
index fa1d8827..df550154 100644
--- a/src/core/kcoreconfigskeleton.h
+++ b/src/core/kcoreconfigskeleton.h
@@ -332,7 +332,7 @@ public:
*/
KConfigCompilerSignallingItem(KConfigSkeletonItem *item, QObject* object,
NotifyFunction targetFunction, quint64 userData);
- virtual ~KConfigCompilerSignallingItem();
+ ~KConfigCompilerSignallingItem() Q_DECL_OVERRIDE;
void readConfig(KConfig *) Q_DECL_OVERRIDE;
void writeConfig(KConfig *) Q_DECL_OVERRIDE;