summaryrefslogtreecommitdiff
path: root/src/watchconnector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/watchconnector.cpp')
-rw-r--r--src/watchconnector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/watchconnector.cpp b/src/watchconnector.cpp
index 55e4b80..fb518ed 100644
--- a/src/watchconnector.cpp
+++ b/src/watchconnector.cpp
@@ -152,6 +152,7 @@ void WatchConnector::disconnected()
socket->deleteLater();
socket = nullptr;
emit connectedChanged();
+ emit nameChanged();
}
void WatchConnector::sendData(const QByteArray &data)