summaryrefslogtreecommitdiff
path: root/src/webchannel/qwebchannelsocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webchannel/qwebchannelsocket.cpp')
-rw-r--r--src/webchannel/qwebchannelsocket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webchannel/qwebchannelsocket.cpp b/src/webchannel/qwebchannelsocket.cpp
index c5275d0..c94efc0 100644
--- a/src/webchannel/qwebchannelsocket.cpp
+++ b/src/webchannel/qwebchannelsocket.cpp
@@ -91,6 +91,7 @@ void QWebChannelSocket::init()
m_baseUrl = QStringLiteral("127.0.0.1:%1%2").arg(port()).arg(QString::fromLatin1(m_secret));
emit initialized();
+ emit baseUrlChanged(m_baseUrl);
}
void QWebChannelSocket::socketError()