summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index fc9a86b..be0cf4e 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -45,10 +45,14 @@ private:
void createActions();
void checkHost() const;
- QAction* _act;
+ QSplitter* _splitter;
+ QWebView* _webView;
+ logViewer* _logView;
+
+ QAction* _toggleDebug;
private slots:
- void testAct();
+ void toggleDebug();
};