summaryrefslogtreecommitdiffstats
path: root/src/networkdiscovery.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/networkdiscovery.cpp')
-rw-r--r--src/networkdiscovery.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/networkdiscovery.cpp b/src/networkdiscovery.cpp
index 27c3a0f..132429c 100644
--- a/src/networkdiscovery.cpp
+++ b/src/networkdiscovery.cpp
@@ -142,7 +142,13 @@ void NetworkDiscovery::initAndRun(QString serverIp, bool userChoice, bool autoUp
-/**/
+/**
+ * @brief the main work. Here we start with searching for usable interfaces and check the IsRunning state.
+ *
+ * the main work. Here we start with searching for usable interfaces and check the IsRunning state.
+ * check every second the IsRunning state. Do this as long the counter (@see _ifUpCountdown) is greater than 0.
+ * Default: _ifUpCountdown = 10.
+ */
void NetworkDiscovery::mainWork()
{
if (_autoUp) {