summaryrefslogtreecommitdiffstats
path: root/src/fbgui/ndgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2012-01-31 14:34:18 +0100
committerJonathan Bauer2012-01-31 14:34:18 +0100
commit6493439e032556171ed0dab51edabb2c0eecc72a (patch)
tree2d3be123777e90178df25889d58e37c1155790bf /src/fbgui/ndgui.h
parenttestApp.sh fixed, adapt path to your build (diff)
downloadfbgui-6493439e032556171ed0dab51edabb2c0eecc72a.tar.gz
fbgui-6493439e032556171ed0dab51edabb2c0eecc72a.tar.xz
fbgui-6493439e032556171ed0dab51edabb2c0eecc72a.zip
various logging fixes
Diffstat (limited to 'src/fbgui/ndgui.h')
-rw-r--r--src/fbgui/ndgui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fbgui/ndgui.h b/src/fbgui/ndgui.h
index 1cb285c..18fe5c7 100644
--- a/src/fbgui/ndgui.h
+++ b/src/fbgui/ndgui.h
@@ -73,6 +73,7 @@ signals:
private slots:
void setUserChoiceTrue();
+ void toggleDebugConsole();
private:
@@ -109,7 +110,7 @@ private:
void setupLayout();
void createDebugConsole();
- void toggleDebugConsole();
+
};