diff options
| author | Niklas | 2011-11-04 14:32:20 +0100 |
|---|---|---|
| committer | Niklas | 2011-11-04 14:32:20 +0100 |
| commit | c40b9dcf6c4d762b9080df54faa267b3cf5fd644 (patch) | |
| tree | 30617e1221a4879f5bd3cf0a0b1cb4fcc86282e4 /src | |
| parent | fixed some bugs: continueBoot , checkConnectivity: first check passed, second... (diff) | |
| download | fbgui-c40b9dcf6c4d762b9080df54faa267b3cf5fd644.tar.gz fbgui-c40b9dcf6c4d762b9080df54faa267b3cf5fd644.tar.xz fbgui-c40b9dcf6c4d762b9080df54faa267b3cf5fd644.zip | |
added some comments
Diffstat (limited to 'src')
| -rw-r--r-- | src/ndgui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ndgui.cpp b/src/ndgui.cpp index f2469f5..149f476 100644 --- a/src/ndgui.cpp +++ b/src/ndgui.cpp @@ -336,7 +336,7 @@ QString ndgui::readLogFile() { -/**/ +/* starts the whole application again.*/ void ndgui::tryAgain() { qxtLog->debug()<< _tag << " try again "; _networkDiscovery->prepareTryAgain(); @@ -374,7 +374,7 @@ QVariantList ndgui::getManualConfInterfaces() { } -/**/ +/*return a json formated interface configuration*/ QVariantMap ndgui::getInterfaceConf(QString ifName) { return _networkDiscovery->getInterfaceConfig(ifName); |
