summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index f710fb6..b4c2f99 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -52,7 +52,8 @@ public:
private:
// setup procedures
- void setupDebugSplit();
+ void setupBasicDebug();
+ void setupLayout();
void createActions();
// functions to trigger the loading of baseURL
@@ -68,14 +69,14 @@ private:
// action list
QAction* _quit;
- QAction* _toggleDebug;
+ QAction* _toggleDebugConsole;
// watcher to detect changes in the observed directory
QFileSystemWatcher* _watcher;
private slots:
// action slots
- void toggleDebug();
+ void toggleDebugConsole();
// checks if the change reported by _watcher is the one we are looking for
// e.g. fileToTriggerURL has been created, ignores other events.