summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-08 23:12:12 +0100
committerJonathan Bauer2011-03-08 23:12:12 +0100
commit0c6fa0dbb3522f643e6916092a310ad0a2622044 (patch)
tree583afb1bbb4a8a3185adecfa14bf128b865b2e2f /src/fbgui.h
parentchanged testcode back to what it was supposed to be :P (diff)
downloadfbgui-0c6fa0dbb3522f643e6916092a310ad0a2622044.tar.gz
fbgui-0c6fa0dbb3522f643e6916092a310ad0a2622044.tar.xz
fbgui-0c6fa0dbb3522f643e6916092a310ad0a2622044.zip
misc
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index ed773cd..0f06551 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -17,7 +17,10 @@ class fbgui : public QMainWindow
Q_OBJECT
public:
- fbgui(QApplication *parent);
+ fbgui();
+
+private:
+ void checkHost() const;
};