aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qnx/qnxdevice.cpp
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-08-01 14:30:10 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-08-02 12:23:12 +0000
commit45f9c178e1f475bd7412b93b4e984336a4c2fa4a (patch)
treed6fadbd45982342a0cabcc45f867ff0ce8d5343c /src/plugins/qnx/qnxdevice.cpp
parent86d0c7ef66576262685df2e38e95ee4018bfa0e0 (diff)
ProjectExplorer::IDevice: Add a default display name
Task-number: QTCREATORBUG-16281 Change-Id: Ieff929343b5dc3a84d9ecf5f4f0a032cb4ae4076 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/qnx/qnxdevice.cpp')
-rw-r--r--src/plugins/qnx/qnxdevice.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qnx/qnxdevice.cpp b/src/plugins/qnx/qnxdevice.cpp
index 55293f0ebd7..6f511997b67 100644
--- a/src/plugins/qnx/qnxdevice.cpp
+++ b/src/plugins/qnx/qnxdevice.cpp
@@ -83,6 +83,7 @@ class QnxPortsGatheringMethod : public PortsGatheringMethod
QnxDevice::QnxDevice()
{
setDisplayType(tr("QNX"));
+ setDefaultDisplayName(tr("QNX Device"));
addDeviceAction({tr("Deploy Qt libraries..."), [](const IDevice::Ptr &device, QWidget *parent) {
QnxDeployQtLibrariesDialog dialog(device, parent);
dialog.exec();