aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.pro
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2012-03-02 11:43:16 +0100
committerChristian Kandeler <christian.kandeler@nokia.com>2012-03-02 16:04:01 +0100
commit5045852408bbd75dbe02ddc9bf68d7b2330ab689 (patch)
treed7fe39173df8afff52727fb27f55d70bf71a6fc2 /src/plugins/remotelinux/remotelinux.pro
parent4e83fb7953fb670abd4de1b685ef0142da241cba (diff)
RemoteLinux: The device manager should not be itself a model.
The ListModel functionality is only needed in very few contexts, so we move it into a dedicated class. This cleans up the actual device manager. Change-Id: I325bf43a9260ab9a8e484f8972e2d962ea2f1b3e Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinux.pro')
-rw-r--r--src/plugins/remotelinux/remotelinux.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinux.pro b/src/plugins/remotelinux/remotelinux.pro
index f79c4584d06..83b6cc37b27 100644
--- a/src/plugins/remotelinux/remotelinux.pro
+++ b/src/plugins/remotelinux/remotelinux.pro
@@ -62,7 +62,8 @@ HEADERS += \
remotelinuxcustomcommanddeployservice.h \
remotelinuxcustomcommanddeploymentstep.h \
abstractembeddedlinuxtarget.h \
- genericlinuxdeviceconfigurationwidget.h
+ genericlinuxdeviceconfigurationwidget.h \
+ devicemanagermodel.h
SOURCES += \
genericembeddedlinuxtarget.cpp \
@@ -118,7 +119,8 @@ SOURCES += \
remotelinuxcustomcommanddeployservice.cpp \
remotelinuxcustomcommanddeploymentstep.cpp \
abstractembeddedlinuxtarget.cpp \
- genericlinuxdeviceconfigurationwidget.cpp
+ genericlinuxdeviceconfigurationwidget.cpp \
+ devicemanagermodel.cpp
FORMS += \
linuxdevicefactoryselectiondialog.ui \