aboutsummaryrefslogtreecommitdiffstats
path: root/src/remotereceiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/remotereceiver.cpp')
-rw-r--r--src/remotereceiver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/remotereceiver.cpp b/src/remotereceiver.cpp
index 5877892..ebfa989 100644
--- a/src/remotereceiver.cpp
+++ b/src/remotereceiver.cpp
@@ -102,9 +102,9 @@ bool RemoteReceiver::listen(int port, ConnectionOptions options)
if (m_connectionOptions & BlockingConnect) {
#if QT_VERSION < QT_VERSION_CHECK(5, 5, 0)
- qWarning() << "Waiting for connection from QML Live bench…";
+ qWarning() << "Waiting for connection from QmlLive Bench…";
#else
- qInfo() << "Waiting for connection from QML Live bench…";
+ qInfo() << "Waiting for connection from QmlLive Bench…";
#endif
QEventLoop loop;