aboutsummaryrefslogtreecommitdiff
path: root/src/core/ksharedconfig.h
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2018-05-04 13:59:17 +0200
committerLaurent Montel <montel@kde.org>2018-05-04 13:59:17 +0200
commit3985f2a051914af249f219b79a8e062016f299cc (patch)
tree04954db63a1570e54c0cbc13737a7f09e9e21e94 /src/core/ksharedconfig.h
parentfb08c56d2710fa7e3e998dde25eb30626e2a9d97 (diff)
downloadkconfig-3985f2a051914af249f219b79a8e062016f299cc.tar.gz
kconfig-3985f2a051914af249f219b79a8e062016f299cc.tar.bz2
Use override
Diffstat (limited to 'src/core/ksharedconfig.h')
-rw-r--r--src/core/ksharedconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ksharedconfig.h b/src/core/ksharedconfig.h
index 83ec3b6e..e3a06b2e 100644
--- a/src/core/ksharedconfig.h
+++ b/src/core/ksharedconfig.h
@@ -75,12 +75,12 @@ public:
OpenFlags mode = FullConfig,
QStandardPaths::StandardLocation type = QStandardPaths::GenericConfigLocation);
- ~KSharedConfig() Q_DECL_OVERRIDE;
+ ~KSharedConfig() override;
private:
Q_DISABLE_COPY(KSharedConfig)
- KConfigGroup groupImpl(const QByteArray &aGroup) Q_DECL_OVERRIDE;
- const KConfigGroup groupImpl(const QByteArray &aGroup) const Q_DECL_OVERRIDE;
+ KConfigGroup groupImpl(const QByteArray &aGroup) override;
+ const KConfigGroup groupImpl(const QByteArray &aGroup) const override;
KSharedConfig(const QString &file, OpenFlags mode,
QStandardPaths::StandardLocation resourceType);