forked from qt-creator/qt-creator
RemoteLinux: Rename a bunch of classes.
They still had "Maemo" in their names, even though they are not Maemo-specific (and will not move to the respective plugin). Change-Id: I5eec0de27db8340f2a987a6ed685b3ae46ec17b0 Reviewed-on: http://codereview.qt.nokia.com/2036 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include "deploymentinfo.h"
|
||||
#include "linuxdeviceconfigurations.h"
|
||||
#include "maemodeployconfigurationwidget.h"
|
||||
#include "maemopertargetdeviceconfigurationlistmodel.h"
|
||||
#include "typespecificdeviceconfigurationlistmodel.h"
|
||||
|
||||
#include <qt4projectmanager/qt4target.h>
|
||||
|
||||
@@ -73,8 +73,8 @@ RemoteLinuxDeployConfiguration::RemoteLinuxDeployConfiguration(ProjectExplorer::
|
||||
}
|
||||
if (!m_deploymentInfo) {
|
||||
m_deploymentInfo = QSharedPointer<DeploymentInfo>(new DeploymentInfo(qobject_cast<Qt4BaseTarget *>(target)));
|
||||
m_devConfModel = QSharedPointer<MaemoPerTargetDeviceConfigurationListModel>
|
||||
(new MaemoPerTargetDeviceConfigurationListModel(0, supportedOsType));
|
||||
m_devConfModel = QSharedPointer<TypeSpecificDeviceConfigurationListModel>
|
||||
(new TypeSpecificDeviceConfigurationListModel(0, supportedOsType));
|
||||
}
|
||||
|
||||
initialize();
|
||||
@@ -145,7 +145,7 @@ QSharedPointer<DeploymentInfo> RemoteLinuxDeployConfiguration::deploymentInfo()
|
||||
return m_deploymentInfo;
|
||||
}
|
||||
|
||||
QSharedPointer<MaemoPerTargetDeviceConfigurationListModel> RemoteLinuxDeployConfiguration::deviceConfigModel() const
|
||||
QSharedPointer<TypeSpecificDeviceConfigurationListModel> RemoteLinuxDeployConfiguration::deviceConfigModel() const
|
||||
{
|
||||
return m_devConfModel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user