aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/qnxdevice.cpp
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2018-11-24 15:03:28 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2018-11-28 17:48:53 +0000
commitba4c43421126c02e34d5cf3ed25bb290c79e6343 (patch)
tree4c62c1b1669c57eecad79287e925baf58c4e3c28 /src/plugins/qnx/qnxdevice.cpp
parentf52f25e15054b54e7b515853418f30618a9925d1 (diff)
Qnx: Modernize
modernize-* Change-Id: I8aae8e3edac885f23b191333d8b0d803c846af43 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/qnx/qnxdevice.cpp')
-rw-r--r--src/plugins/qnx/qnxdevice.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/qnx/qnxdevice.cpp b/src/plugins/qnx/qnxdevice.cpp
index 05a93c51798..500ebcd9764 100644
--- a/src/plugins/qnx/qnxdevice.cpp
+++ b/src/plugins/qnx/qnxdevice.cpp
@@ -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()
{