diff options
| author | Niklas | 2011-09-22 16:47:47 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-22 16:47:47 +0200 |
| commit | 627bcf0ee7e209ed59394dcec85b2cfacd8ada4b (patch) | |
| tree | e303dcb7e9f0ceaaf1249d74907cd2e694ed75ca /LogReceiver/logreceiver.h | |
| parent | the html gui is working now. problem solved: LogReceiver/NetworkDiscovery sta... (diff) | |
| download | fbgui-627bcf0ee7e209ed59394dcec85b2cfacd8ada4b.tar.gz fbgui-627bcf0ee7e209ed59394dcec85b2cfacd8ada4b.tar.xz fbgui-627bcf0ee7e209ed59394dcec85b2cfacd8ada4b.zip | |
added some more js functions. abortBootDialog() and chooseInterfaceDialog()
Diffstat (limited to 'LogReceiver/logreceiver.h')
| -rw-r--r-- | LogReceiver/logreceiver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/LogReceiver/logreceiver.h b/LogReceiver/logreceiver.h index 41cd3c7..7cd12d8 100644 --- a/LogReceiver/logreceiver.h +++ b/LogReceiver/logreceiver.h @@ -46,6 +46,7 @@ public: void initAndRun(QString serverPath = DEFAULT_QTSOCKETADDRESS, QString pathToExe = DEFAULT_PATHTODHCPCDEXE, QStringList* args = NULL); + int replaceDefaultRoute(QString &ifName, QString &gateway, int af, int mss); private slots: void handleNewConnection(); @@ -62,7 +63,7 @@ signals: void abortBoot(QString msg); void updateStatusLabel(QString ifName, QString status); void allProcessesFinished(); - void continueBoot(QString ifName); + void continueBoot(QString ifName, bool userChoice); private: QLocalServer *server; |
