aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Krause <vkrause@kde.org>2018-12-28 11:12:34 +0100
committerVolker Krause <vkrause@kde.org>2018-12-28 11:12:34 +0100
commitd90a37b5a1d892d7b0ff7cc3b56c8a6e8c4bfe1a (patch)
tree0632e60f803f36e6bc75fefb3e3c8ae551bb10cd
parent16691c2742a8eddad217baea237c628a5b9237c6 (diff)
downloadkconfig-d90a37b5a1d892d7b0ff7cc3b56c8a6e8c4bfe1a.tar.gz
kconfig-d90a37b5a1d892d7b0ff7cc3b56c8a6e8c4bfe1a.tar.bz2
Fix build without D-Bus
-rw-r--r--autotests/kconfigtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotests/kconfigtest.cpp b/autotests/kconfigtest.cpp
index ee76e67d..64c6223d 100644
--- a/autotests/kconfigtest.cpp
+++ b/autotests/kconfigtest.cpp
@@ -1824,7 +1824,7 @@ void KConfigTest::testThreads()
void KConfigTest::testNotify()
{
#if !KCONFIG_USE_DBUS
- QSKIP("KConfig notification requires DBus")
+ QSKIP("KConfig notification requires DBus");
#endif
KConfig config(TEST_SUBDIR "kconfigtest");