diff options
author | Volker Krause <vkrause@kde.org> | 2018-12-28 11:12:34 +0100 |
---|---|---|
committer | Volker Krause <vkrause@kde.org> | 2018-12-28 11:12:34 +0100 |
commit | d90a37b5a1d892d7b0ff7cc3b56c8a6e8c4bfe1a (patch) | |
tree | 0632e60f803f36e6bc75fefb3e3c8ae551bb10cd /autotests/kconfigtest.cpp | |
parent | 16691c2742a8eddad217baea237c628a5b9237c6 (diff) | |
download | kconfig-d90a37b5a1d892d7b0ff7cc3b56c8a6e8c4bfe1a.tar.gz kconfig-d90a37b5a1d892d7b0ff7cc3b56c8a6e8c4bfe1a.tar.bz2 |
Fix build without D-Bus
Diffstat (limited to 'autotests/kconfigtest.cpp')
-rw-r--r-- | autotests/kconfigtest.cpp | 2 |
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"); |