summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-16 20:13:40 +0100
committerJonathan Bauer2011-03-16 20:13:40 +0100
commit46061aa2dbc20edcf98f26dfff5f8c23fcaae4eb (patch)
tree45d3b6c2dc44203633d9b3cb5ea0bb703c6892bf /src/fbgui.h
parentlogView now global, write(QString text) public function for appending text. (diff)
downloadfbgui-46061aa2dbc20edcf98f26dfff5f8c23fcaae4eb.tar.gz
fbgui-46061aa2dbc20edcf98f26dfff5f8c23fcaae4eb.tar.xz
fbgui-46061aa2dbc20edcf98f26dfff5f8c23fcaae4eb.zip
(WIP) logViewer wont stay like this, just to show layout possibilities..(WIP) logViewer wont stay like this, just to show layout possibilities....
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index c0ef95e..b62e5ab 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -33,7 +33,6 @@ extern QString downloadPath;
extern QUrl baseURL;
extern bool debug;
extern int updateInterval;
-extern logViewer *logView;
class fbgui : public QMainWindow
{
@@ -41,16 +40,10 @@ class fbgui : public QMainWindow
public:
fbgui();
- /* public log access */
- //void log(QString text);
private:
void checkHost() const;
- QWebView *webView;
-
-protected:
- void keyPressEvent(QKeyEvent *event);
};
#endif // FBGUI_H