summaryrefslogtreecommitdiffstats
path: root/src/fbgui/ndgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2012-02-22 13:13:53 +0100
committerJonathan Bauer2012-02-22 13:13:53 +0100
commit13d82dc26f2b5fdf5100d430f117bf071047a191 (patch)
tree8c6f93839a18b127ad0bc8eb63212861a0fe16cf /src/fbgui/ndgui.h
parentcode formatting (diff)
downloadfbgui-13d82dc26f2b5fdf5100d430f117bf071047a191.tar.gz
fbgui-13d82dc26f2b5fdf5100d430f117bf071047a191.tar.xz
fbgui-13d82dc26f2b5fdf5100d430f117bf071047a191.zip
sorted functions declarations & deleted some unused members...
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