summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/typespecificdeviceconfigurationlistmodel.h
diff options
context:
space:
mode:
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;