forked from qt-creator/qt-creator
I thought that I've removed that
This commit is contained in:
@@ -381,7 +381,6 @@ QString S60DeployConfiguration::deviceAddress() const
|
|||||||
void S60DeployConfiguration::setDeviceAddress(const QString &address)
|
void S60DeployConfiguration::setDeviceAddress(const QString &address)
|
||||||
{
|
{
|
||||||
if (m_deviceAddress != address) {
|
if (m_deviceAddress != address) {
|
||||||
qDebug() << __FUNCTION__ << address;
|
|
||||||
m_deviceAddress = address;
|
m_deviceAddress = address;
|
||||||
emit deviceAddressChanged();
|
emit deviceAddressChanged();
|
||||||
}
|
}
|
||||||
@@ -395,7 +394,6 @@ QString S60DeployConfiguration::devicePort() const
|
|||||||
void S60DeployConfiguration::setDevicePort(const QString &port)
|
void S60DeployConfiguration::setDevicePort(const QString &port)
|
||||||
{
|
{
|
||||||
if (m_devicePort != port) {
|
if (m_devicePort != port) {
|
||||||
qDebug() << __FUNCTION__ << port;
|
|
||||||
if (port.isEmpty()) //setup the default CODA's port
|
if (port.isEmpty()) //setup the default CODA's port
|
||||||
m_devicePort = QLatin1String(DEFAULT_TCF_TRK_TCP_PORT);
|
m_devicePort = QLatin1String(DEFAULT_TCF_TRK_TCP_PORT);
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user