From f8fe1f3f6c46c38eb23ce1981ffc9760963079e6 Mon Sep 17 00:00:00 2001 From: Alexandr Akulich Date: Sat, 12 Apr 2014 22:05:16 +0200 Subject: [PATCH] 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 daaac3a14..3e36d4795 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 072c544bc..91ecdc718 100644 --- a/kcm/kcm.h +++ b/kcm/kcm.h @@ -27,8 +27,6 @@ #include #include -#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 {