summaryrefslogtreecommitdiffstats
path: root/NetworkDiscovery/networkdiscovery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NetworkDiscovery/networkdiscovery.cpp')
-rw-r--r--NetworkDiscovery/networkdiscovery.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/NetworkDiscovery/networkdiscovery.cpp b/NetworkDiscovery/networkdiscovery.cpp
index 397ea43..9ca0ec5 100644
--- a/NetworkDiscovery/networkdiscovery.cpp
+++ b/NetworkDiscovery/networkdiscovery.cpp
@@ -760,10 +760,10 @@ void NetworkDiscovery::handleNewInputLine(QLocalSocket * client, QString data) {
* the exitCode. Further actions are taken according to the exitCode check.
* Normal exit:
* emit changeProgressBar() to 100%
- * emit updateStatusLabel() to check connection
+ * emit updateIfStatus() to check connection
* checkConnectivity() @see NetworkDiscovery::checkConnectivity()
* Unexpected exit:
- * emit updateStatusLabel() to process exited unexpected
+ * emit updateIfStatus() to process exited unexpected
* TODO:: the reason for the unexpected exit should be presented in the logfile.
*
* @param exitCode