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

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


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

The following commit has been merged in the master branch:
commit d8c20399e4ef8919138666dfa026d32679cd8a37
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Jun 15 23:49:37 2016 +0200

    pedantic
---
 plasmoid/declarativeplugin/responsewaiter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmoid/declarativeplugin/responsewaiter.cpp b/plasmoid/declarativeplugin/responsewaiter.cpp
index bb6cef2..11a30e3 100644
--- a/plasmoid/declarativeplugin/responsewaiter.cpp
+++ b/plasmoid/declarativeplugin/responsewaiter.cpp
@@ -76,7 +76,7 @@ void DBusAsyncResponse::setPendingCall(QVariant variant)
         connect(watcher, SIGNAL(finished(QDBusPendingCallWatcher*)), watcher, SLOT(deleteLater()));
         connect(&m_timeout, SIGNAL(timeout()), watcher, SLOT(deleteLater()));
         m_timeout.start();
-    };
+    }
 }
 
 void DBusAsyncResponse::onCallFinished(QDBusPendingCallWatcher* watcher)

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list