diff options
author | Laurent Montel <montel@kde.org> | 2018-11-04 23:13:53 +0100 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2018-11-04 23:13:53 +0100 |
commit | 6cb861e5cdf7bea1492d036ed529377a999857fc (patch) | |
tree | b96fd336960d5fd7bb7ddccd727b8535f88525ff /src | |
parent | f61144c02d0fae38b532948dd727d452f4e000d7 (diff) | |
download | kconfig-6cb861e5cdf7bea1492d036ed529377a999857fc.tar.gz kconfig-6cb861e5cdf7bea1492d036ed529377a999857fc.tar.bz2 |
normalize signal/slot
Diffstat (limited to 'src')
-rw-r--r-- | src/core/kconfigwatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfigwatcher.cpp b/src/core/kconfigwatcher.cpp index 6c1373e1..9a37b6f0 100644 --- a/src/core/kconfigwatcher.cpp +++ b/src/core/kconfigwatcher.cpp @@ -82,7 +82,7 @@ KConfigWatcher::KConfigWatcher(const KSharedConfig::Ptr &config): QStringLiteral("org.kde.kconfig.notify"), QStringLiteral("ConfigChanged"), this, - SLOT(onConfigChangeNotification(QHash<QString, QByteArrayList>))); + SLOT(onConfigChangeNotification(QHash<QString,QByteArrayList>))); } #else qWarning() << "Use of KConfigWatcher without DBus support. You will not receive updates"; |