aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmldebug
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2016-08-24 14:08:30 +0200
committerRobert Loehning <robert.loehning@qt.io>2016-08-24 16:28:48 +0000
commit22a5af62040df4ebaa0539091dd2e1b45ca068ef (patch)
tree90faadc08591c6cd890c2d2f0a2c06a78214539e /src/libs/qmldebug
parent4966ddb059b289830671c0c6856eb3f2d0887dd2 (diff)
Remove stray white spaces
Change-Id: Ibc5d61a170cdcc333f7ec5d3061b053d33a06f9d Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/libs/qmldebug')
-rw-r--r--src/libs/qmldebug/qmldebugclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmldebug/qmldebugclient.cpp b/src/libs/qmldebug/qmldebugclient.cpp
index 38c15ea868..10b06b2025 100644
--- a/src/libs/qmldebug/qmldebugclient.cpp
+++ b/src/libs/qmldebug/qmldebugclient.cpp
@@ -76,7 +76,7 @@ static QString socketStateToString(QAbstractSocket::SocketState state)
case QAbstractSocket::HostLookupState:
return QmlDebugConnection::tr("Resolving host");
case QAbstractSocket::ConnectingState:
- return QmlDebugConnection::tr("Establishing network connection ...");
+ return QmlDebugConnection::tr("Establishing network connection...");
case QAbstractSocket::ConnectedState:
return QmlDebugConnection::tr("Network connection established");
case QAbstractSocket::ClosingState: