Qnx: Inline only use of QnxDeviceFactory::deviceType()

And add a comment to the secondary use of Constants::QNX_QNX_OS_TYPE
as device type.

Change-Id: I1ae4bda890c87500a23e1df5cb7fa6e4f1079c96
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-02-21 09:11:53 +01:00
parent 2707430945
commit 1e615d7acf
4 changed files with 2 additions and 9 deletions

View File

@@ -201,10 +201,5 @@ ProjectExplorer::IDevice::Ptr QnxDeviceFactory::create() const
return wizard.device();
}
Core::Id QnxDeviceFactory::deviceType()
{
return Core::Id(Constants::QNX_QNX_OS_TYPE);
}
} // namespace Internal
} // namespace Qnx