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

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


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

The following commit has been merged in the master branch:
commit ad53d3f8135765553081965257a52510b155fed9
Author: Alexandr Akulich <akulichalexander at gmail.com>
Date:   Sat Apr 12 22:05:16 2014 +0200

    kcm: Added DevicesModel declaration to move it's definition to implementation.
---
 kcm/kcm.cpp | 1 +
 kcm/kcm.h   | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kcm/kcm.cpp b/kcm/kcm.cpp
index daaac3a..3e36d47 100644
--- a/kcm/kcm.cpp
+++ b/kcm/kcm.cpp
@@ -36,6 +36,7 @@
 
 #include "ui_kcm.h"
 #include "libkdeconnect/dbusinterfaces.h"
+#include "libkdeconnect/devicesmodel.h"
 #include "devicessortproxymodel.h"
 #include "kdebugnamespace.h"
 
diff --git a/kcm/kcm.h b/kcm/kcm.h
index 072c544..91ecdc7 100644
--- a/kcm/kcm.h
+++ b/kcm/kcm.h
@@ -27,8 +27,6 @@
 #include <kcmodule.h>
 #include <ksharedconfig.h>
 
-#include "libkdeconnect/devicesmodel.h"
-
 class QModelIndex;
 class AccountsModel;
 class AccountWidget;
@@ -36,6 +34,7 @@ class QStackedLayout;
 class QItemSelectionModel;
 class QDBusInterface;
 class DeviceDbusInterface;
+class DevicesModel;
 class DevicesSortProxyModel;
 
 namespace Ui {

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list