forked from qt-creator/qt-creator
Qnx: Modernize
modernize-* Change-Id: I8aae8e3edac885f23b191333d8b0d803c846af43 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user