From 574d4adaad459cfe916305e63d397e411daef95e Mon Sep 17 00:00:00 2001 From: El Mehdi Fekari Date: Wed, 13 Feb 2013 14:15:33 +0100 Subject: [PATCH] Qnx: Enable Simulator use without debugToken MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icf62ea6f8304d96fe99b7dd673143ca2b0a87094 Reviewed-by: Tobias Nätterlund Reviewed-by: Nicolas Arnaud-Cormos --- src/plugins/qnx/blackberrydeviceconfigurationwizardpages.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/qnx/blackberrydeviceconfigurationwizardpages.cpp b/src/plugins/qnx/blackberrydeviceconfigurationwizardpages.cpp index 7d8e8d94aff..0d62fa430bb 100644 --- a/src/plugins/qnx/blackberrydeviceconfigurationwizardpages.cpp +++ b/src/plugins/qnx/blackberrydeviceconfigurationwizardpages.cpp @@ -65,6 +65,7 @@ BlackBerryDeviceConfigurationWizardSetupPage::BlackBerryDeviceConfigurationWizar connect(m_ui->deviceName, SIGNAL(textChanged(QString)), this, SIGNAL(completeChanged())); connect(m_ui->deviceHostIp, SIGNAL(textChanged(QString)), this, SIGNAL(completeChanged())); connect(m_ui->physicalDevice, SIGNAL(toggled(bool)), this, SLOT(handleMachineTypeChanged())); + connect(m_ui->physicalDevice, SIGNAL(toggled(bool)), this, SIGNAL(completeChanged())); connect(m_ui->debugToken, SIGNAL(changed(QString)), this, SIGNAL(completeChanged())); registerField(QLatin1String(DEVICENAME_FIELD_ID), m_ui->deviceName);