summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-24 13:34:36 +0100
committerJonathan Bauer2011-03-24 13:34:36 +0100
commit1d78a746edc496e42ecdbaf340f850ee5f390fe2 (patch)
treef08ee016b10039742ef49648358875a982aebcb9 /src/fbgui.h
parentcomments.. (diff)
downloadfbgui-1d78a746edc496e42ecdbaf340f850ee5f390fe2.tar.gz
fbgui-1d78a746edc496e42ecdbaf340f850ee5f390fe2.tar.xz
fbgui-1d78a746edc496e42ecdbaf340f850ee5f390fe2.zip
more
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.