[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:58 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=0b3de33

The following commit has been merged in the master branch:
commit 0b3de33d741b91c6da30915c3affa67bffb79bcf
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Tue Jul 12 12:33:57 2016 +0200

    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 932a134..78bfb22 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 5070619..8b3fab0 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<Device*> devicesList() const;

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list