forked from qt-creator/qt-creator
remotelinux: rename LinuxDeviceConfiguration to LinuxDevice
Change-Id: I7e8a99d3339d2040a23e4e78816b13b57197dcdb Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user