summaryrefslogtreecommitdiffstats
path: root/src/ndgui.h
diff options
context:
space:
mode:
authorNiklas2011-11-04 14:26:42 +0100
committerNiklas2011-11-04 14:26:42 +0100
commite86d15fa86b032ded7503adf3768cd5ca999d4ec (patch)
treee213fdb38b3276a85c99eaa044f3603a93b1487a /src/ndgui.h
parentchanged the tryagain (diff)
downloadfbgui-e86d15fa86b032ded7503adf3768cd5ca999d4ec.tar.gz
fbgui-e86d15fa86b032ded7503adf3768cd5ca999d4ec.tar.xz
fbgui-e86d15fa86b032ded7503adf3768cd5ca999d4ec.zip
fixed some bugs: continueBoot , checkConnectivity: first check passed, second check failed. added a new action. it is now possible to triger the tryAgain via F9
Diffstat (limited to 'src/ndgui.h')
-rw-r--r--src/ndgui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ndgui.h b/src/ndgui.h
index d5f86f8..f6d1061 100644
--- a/src/ndgui.h
+++ b/src/ndgui.h
@@ -67,11 +67,11 @@ private:
bool _started;
- bool _tryAgain;
+ QWebView* _webView;
- QWebView * _webView;
+ QAction* _allowUserChoice;
- QAction * _allowUserChoice;
+ QAction* _tryAgain;
NetworkDiscovery* _networkDiscovery;