summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-16 13:31:27 +0100
committerJonathan Bauer2011-03-16 13:31:27 +0100
commit17d8b5c38262b862c0b6741d973411fa6ef4ec0a (patch)
tree0b23b0d19216a9905073e3be94b8b2684a70eb50 /src/fbgui.h
parentnew fancy console for debugging, open/close with F4 (diff)
downloadfbgui-17d8b5c38262b862c0b6741d973411fa6ef4ec0a.tar.gz
fbgui-17d8b5c38262b862c0b6741d973411fa6ef4ec0a.tar.xz
fbgui-17d8b5c38262b862c0b6741d973411fa6ef4ec0a.zip
logViewer class
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index 35f5e69..0bbe8ba 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -22,6 +22,8 @@
#include <QPlainTextEdit>
#include <QtWebKit>
+#include "logViewer.h"
+
#define DEFAULT_URL "http://www.google.com"
#define DEFAULT_DOWNLOAD_DIR "/tmp/fbgui/downloads"
#define DEFAULT_UPDATE_INTERVAL 1;
@@ -40,8 +42,8 @@ public:
fbgui();
private:
- QWebView* webView;
- QTextEdit* logView;
+ QWebView *webView;
+ logViewer *logView;
void checkHost() const;