From be915d3cfcc639d6303bf8bc0e5ad825e0ef2f95 Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 5 Oct 2011 17:39:35 +0200 Subject: modified the check for carrier signal. on autoUp==true: if no interface is in running state, the app will check the state of the interface several times (can be specified by us with the _ifUpCountdown value) --- LogReceiver/ndgui.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'LogReceiver/ndgui.h') diff --git a/LogReceiver/ndgui.h b/LogReceiver/ndgui.h index e0c12d1..3955303 100644 --- a/LogReceiver/ndgui.h +++ b/LogReceiver/ndgui.h @@ -17,6 +17,7 @@ public: ~ndgui(); Q_INVOKABLE QVariantList getManualConfInterfaces(); Q_INVOKABLE int ip4_setManualConfiguration(QVariantMap result); + Q_INVOKABLE QString readLogFile(); public slots: void handleConnectionEstablished(QString ifName); @@ -27,7 +28,7 @@ public slots: void restartSystem(); void shutDownSystem(); void continueBoot(QString ifName, int userChoice); - void showLog(); + void prepareNetworkDiscover(); void startNetworkDiscovery(); -- cgit v1.2.3-55-g7522