summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
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