summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/remotedeploymentsender.cpp
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2017-10-11 07:53:58 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2017-10-11 08:18:37 +0000
commit1c97b2f909a0dd7c364669a0ed697542eece45cf (patch)
treecd936b96fb0b44230c950cc8c959c0b19622a98b /src/Authoring/Studio/remotedeploymentsender.cpp
parent613d1deedf28f9d19b272ead32bd8973d73706bf (diff)
Add progress indicator to remote deployment feature
Task-number: QT3DS-38 Change-Id: I2993ecb618de00aec2e248de697b636f49c710ae Reviewed-by: Janne Kangas <janne.kangas@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Studio/remotedeploymentsender.cpp')
-rw-r--r--src/Authoring/Studio/remotedeploymentsender.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authoring/Studio/remotedeploymentsender.cpp b/src/Authoring/Studio/remotedeploymentsender.cpp
index 4479bcd5..47c8b8c5 100644
--- a/src/Authoring/Studio/remotedeploymentsender.cpp
+++ b/src/Authoring/Studio/remotedeploymentsender.cpp
@@ -120,7 +120,7 @@ void RemoteDeploymentSender::connect()
m_tcpSocket->connectToHost(info.first, info.second);
if (!m_tcpSocket->waitForConnected(2000)) {
m_tcpSocket->abort();
- checkConnection();
+ connectionError();
}
}