From 0b3de33d741b91c6da30915c3affa67bffb79bcf Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Tue, 12 Jul 2016 12:33:57 +0200 Subject: [PATCH] Minor --- cli/CMakeLists.txt | 6 +++++- core/daemon.h | 5 ----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index 932a13457..78bfb22f0 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -2,6 +2,10 @@ add_executable(kdeconnect-cli kdeconnect-cli.cpp) ecm_mark_nongui_executable(kdeconnect-cli) -target_link_libraries(kdeconnect-cli kdeconnectinterfaces KF5::CoreAddons KF5::I18n) +target_link_libraries(kdeconnect-cli + kdeconnectinterfaces + KF5::CoreAddons + KF5::I18n +) install(TARGETS kdeconnect-cli ${INSTALL_TARGETS_DEFAULT_ARGS}) diff --git a/core/daemon.h b/core/daemon.h index 5070619fe..8b3fab041 100644 --- a/core/daemon.h +++ b/core/daemon.h @@ -44,11 +44,6 @@ public: explicit Daemon(QObject *parent, bool testMode = false); ~Daemon() override; - /** - * Returns the daemon. - * - * Note this can't be called before constructing the Daemon. - */ static Daemon* instance(); QList devicesList() const;