ProjectExplorer: Dissolve one of the LinuxDevice constructors

Use the remaining one plus setters.

Change-Id: I21b11d6ace1c7e1e7a3e8691e22b43931137e9e9
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-01-14 17:20:34 +01:00
parent 3f3eb40417
commit 596017c43d
3 changed files with 6 additions and 9 deletions

View File

@@ -83,8 +83,9 @@ QnxDevice::QnxDevice()
}
QnxDevice::QnxDevice(const QString &name, Origin origin, Core::Id id)
: RemoteLinux::LinuxDevice(name, origin, id)
{
setupId(origin, id);
setDisplayName(name);
init();
}