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

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


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

The following commit has been merged in the master branch:
commit 825a02f76a9a44a196a3e0c766591774a3595cb9
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Fri Sep 11 04:35:16 2015 -0700

    Fixed compilation error because QCA doesn't include QIODevice
---
 cli/kdeconnect-cli.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cli/kdeconnect-cli.cpp b/cli/kdeconnect-cli.cpp
index 3086751..abd05c7 100644
--- a/cli/kdeconnect-cli.cpp
+++ b/cli/kdeconnect-cli.cpp
@@ -18,6 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <QIODevice>
 #include <QDBusMessage>
 #include <QDBusConnection>
 #include <QCoreApplication>

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list