summaryrefslogtreecommitdiffstats
path: root/src/fbgui/ndgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui/ndgui.h')
-rw-r--r--src/fbgui/ndgui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fbgui/ndgui.h b/src/fbgui/ndgui.h
index d4ab0b1..1cb285c 100644
--- a/src/fbgui/ndgui.h
+++ b/src/fbgui/ndgui.h
@@ -41,6 +41,8 @@ public:
Q_INVOKABLE QString readLogFile();
Q_INVOKABLE QVariantMap getInterfaceConf(QString ifName);
+ void init();
+
public slots:
void handleConnectionEstablished(QString ifName);
void abortBoot(QString msg);
@@ -104,7 +106,7 @@ private:
// triggers toggleDebugConsole()
QAction* _toggleDebugConsole;
- void init();
+
void setupLayout();
void createDebugConsole();
void toggleDebugConsole();