summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/typespecificdeviceconfigurationlistmodel.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@nokia.com>2011-08-01 16:44:59 +0200
committerChristian Kandeler <christian.kandeler@nokia.com>2011-08-01 17:31:26 +0200
commit04edb4513c79edfd35b7e48689dcda333b3067e0 (patch)
treefa04b005f89e990fe2c8db69d10dee0b44bb199a /src/plugins/remotelinux/typespecificdeviceconfigurationlistmodel.h
parentbfa29c3efcdea96b72631c561fd82c31b42479bc (diff)
downloadqt-creator-04edb4513c79edfd35b7e48689dcda333b3067e0.tar.gz
RemoteLinux: Overhaul deployment infrastructure.
- Introduce generic and Madde-specific deploy configuration widgets. - Move project file update logic into dedicated class. - Generic deploy configuration widget no longer has the ability to change deployment settings via the GUI, because we cannot know which qmake scope to use for that. Change-Id: Ie542a0852c8aa1c6b416cd7aece4e48c1cc2de7c Reviewed-on: http://codereview.qt.nokia.com/2445 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux/typespecificdeviceconfigurationlistmodel.h')
-rw-r--r--src/plugins/remotelinux/typespecificdeviceconfigurationlistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/typespecificdeviceconfigurationlistmodel.h b/src/plugins/remotelinux/typespecificdeviceconfigurationlistmodel.h
index 4ba7281425..9695ea9a71 100644
--- a/src/plugins/remotelinux/typespecificdeviceconfigurationlistmodel.h
+++ b/src/plugins/remotelinux/typespecificdeviceconfigurationlistmodel.h
@@ -44,7 +44,7 @@ class TypeSpecificDeviceConfigurationListModel : public QAbstractListModel
{
Q_OBJECT
public:
- explicit TypeSpecificDeviceConfigurationListModel(QObject *parent, const QString &osType);
+ explicit TypeSpecificDeviceConfigurationListModel(const QString &osType, QObject *parent = 0);
~TypeSpecificDeviceConfigurationListModel();
virtual int rowCount(const QModelIndex &parent = QModelIndex()) const;