remotelinux: rename LinuxDeviceConfiguration to LinuxDevice

Change-Id: I7e8a99d3339d2040a23e4e78816b13b57197dcdb
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
hjk
2012-07-27 13:31:13 +02:00
committed by Christian Kandeler
parent c80af2a40c
commit 6460254931
41 changed files with 124 additions and 136 deletions

View File

@@ -37,17 +37,17 @@ using namespace Qnx;
using namespace Qnx::Internal;
QnxDeviceConfiguration::QnxDeviceConfiguration()
: RemoteLinux::LinuxDeviceConfiguration()
: RemoteLinux::LinuxDevice()
{
}
QnxDeviceConfiguration::QnxDeviceConfiguration(const QString &name, Core::Id type, MachineType machineType, Origin origin, Core::Id id)
: RemoteLinux::LinuxDeviceConfiguration(name, type, machineType, origin, id)
: RemoteLinux::LinuxDevice(name, type, machineType, origin, id)
{
}
QnxDeviceConfiguration::QnxDeviceConfiguration(const QnxDeviceConfiguration &other)
: RemoteLinux::LinuxDeviceConfiguration(other)
: RemoteLinux::LinuxDevice(other)
{
}