summaryrefslogtreecommitdiffstats
path: root/src/fbgui/ndgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui/ndgui.h')
-rw-r--r--src/fbgui/ndgui.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/fbgui/ndgui.h b/src/fbgui/ndgui.h
index 05e2665..8a02a99 100644
--- a/src/fbgui/ndgui.h
+++ b/src/fbgui/ndgui.h
@@ -34,15 +34,14 @@ public:
public slots:
void startNetworkDiscovery();
+
void handleConnectionEstablished(QString ifName);
void handleAllProcessesFinished();
- void continueBootWithoutCheck(QString ifName);
- void tryAgain();
- /* to delete once the new jsi is tested ... */
-// void addInterface(const QString &ifName);
+ void continueBootWithoutCheck(QString ifName);
void continueBoot(const QString& ifName);
+ void tryAgain();
signals:
void initFbgui();
@@ -59,11 +58,10 @@ private:
QAction* _allowUserChoice;
QAction* _tryAgain;
- bool _userChoice;bool _started;
+ bool _userChoice;
+ bool _started;
- QList<QString> _ifNameList; // maps interfaceName to its gateway
- QList<QString> _manConfList;
- QString _manualConfInterfaces;
+ QList<QString> _ifNameList;
};
#endif // NDGUI_H