summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index b62e5ab..fc9a86b 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -42,8 +42,14 @@ public:
fbgui();
private:
+ void createActions();
void checkHost() const;
+ QAction* _act;
+
+private slots:
+ void testAct();
+
};
#endif // FBGUI_H