Qnx: Modernize

modernize-*

Change-Id: I8aae8e3edac885f23b191333d8b0d803c846af43
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Alessandro Portale
2018-11-24 15:03:28 +01:00
parent f52f25e150
commit ba4c434211
24 changed files with 59 additions and 71 deletions

View File

@@ -90,11 +90,7 @@ QnxDevice::QnxDevice(const QString &name, Core::Id type, MachineType machineType
{
}
QnxDevice::QnxDevice(const QnxDevice &other)
: RemoteLinux::LinuxDevice(other)
, m_versionNumber(other.m_versionNumber)
{
}
QnxDevice::QnxDevice(const QnxDevice &other) = default;
QnxDevice::Ptr QnxDevice::create()
{