diff options
Diffstat (limited to 'LogReceiver/ndgui.h')
| -rw-r--r-- | LogReceiver/ndgui.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/LogReceiver/ndgui.h b/LogReceiver/ndgui.h index d0752e7..7cbfb20 100644 --- a/LogReceiver/ndgui.h +++ b/LogReceiver/ndgui.h @@ -23,17 +23,15 @@ public: public slots: void handleConnectionEstablished(interfaceconfiguration *ifConf); - void handleAbortBoot(QString msg); + void abortBoot(QString msg); + void chooseInterfaceDialog(QString msg); void handleAllProcessesFinished(); void restartSystem(); void shutDownSystem(); - void continueBoot(QString ifName); + void continueBoot(QString ifName, bool userChoice); void showLog(); - void showAbortBootDialog(); - void showChooseInterfaceDialog(); - void startNetworkDiscovery(); /*test for html gui version*/ |
