From 7d022cdc37b5cce54d762c45c159d13aff1f97c4 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Wed, 10 Oct 2018 18:26:49 +0200 Subject: Fix compilation without D-Bus Relevant on Android. --- src/core/kconfigwatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/kconfigwatcher.cpp') diff --git a/src/core/kconfigwatcher.cpp b/src/core/kconfigwatcher.cpp index 96120c6a..6c1373e1 100644 --- a/src/core/kconfigwatcher.cpp +++ b/src/core/kconfigwatcher.cpp @@ -85,7 +85,7 @@ KConfigWatcher::KConfigWatcher(const KSharedConfig::Ptr &config): SLOT(onConfigChangeNotification(QHash))); } #else - qWarning() << "Use of KConfigWatcher without DBus support. You will not receive updates" + qWarning() << "Use of KConfigWatcher without DBus support. You will not receive updates"; #endif } -- cgit v1.2.1