summaryrefslogtreecommitdiffstats
path: root/LogReceiver/ndgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'LogReceiver/ndgui.h')
-rw-r--r--LogReceiver/ndgui.h3
1 files changed, 2 insertions, 1 deletions
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();