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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:27:28 UTC 2016


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

The following commit has been merged in the master branch:
commit af2c0a431e63306977cda31b0072bedbdbb72746
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Mon Mar 3 21:09:05 2014 +0100

    In the KDED, call start in the next loop.
    
    This is useful to start all KDED's before blocking even
    for some ms.
---
 kded/kded.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kded/kded.cpp b/kded/kded.cpp
index 4eecb4a..03b4da2 100644
--- a/kded/kded.cpp
+++ b/kded/kded.cpp
@@ -34,7 +34,7 @@ Kded::Kded(QObject *parent, const QList<QVariant>&)
     : KDEDModule(parent)
     , m_daemon(0)
 {
-    start();
+    QMetaObject::invokeMethod(this, "start", Qt::QueuedConnection);
     kDebug(kdeconnect_kded()) << "kded_kdeconnect started"; 
 }
 

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list