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

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


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

The following commit has been merged in the master branch:
commit e7617f3da90f58ba9e7ce467d719dc34ba6e4729
Author: Vineet Garg <grg.vineet at gmail.com>
Date:   Wed Jul 8 02:45:59 2015 +0530

    Use Q_DECL_OVERRIDE in server
---
 core/backends/lan/server.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/backends/lan/server.h b/core/backends/lan/server.h
index f43534f..b5c89d8 100644
--- a/core/backends/lan/server.h
+++ b/core/backends/lan/server.h
@@ -36,7 +36,7 @@ public:
     virtual ~Server() {}
 
 protected:
-    virtual void incomingConnection(qintptr socketDescriptor);
+    void incomingConnection(qintptr socketDescriptor) Q_DECL_OVERRIDE;
 
 Q_SIGNALS:
     void newConnection(QSslSocket*);

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list