summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-08 00:52:24 +0100
committerJonathan Bauer2011-03-08 00:52:24 +0100
commit70a3f18ca44b5ed3a03adbd4c90c497d3a64829e (patch)
treebb4d77196b1fc1a187dc8d91c91eb521c13057a1 /src/fbgui.h
parentdownload directory option preparations (sysInfo: cant test compiling right no... (diff)
downloadfbgui-70a3f18ca44b5ed3a03adbd4c90c497d3a64829e.tar.gz
fbgui-70a3f18ca44b5ed3a03adbd4c90c497d3a64829e.tar.xz
fbgui-70a3f18ca44b5ed3a03adbd4c90c497d3a64829e.zip
misc
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index 70fa02b..5a6f014 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -13,8 +13,9 @@ class fbgui : public QMainWindow
public:
fbgui(QApplication *parent);
- void quit();
+public slots:
+ void quit();
private:
QApplication* _parent;
};