summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
authorNiklas Goby2011-03-21 13:14:54 +0100
committerNiklas Goby2011-03-21 13:14:54 +0100
commitf6c0c3a888a30718059095fe4dac742f6d88769f (patch)
tree6b06557dce49bb85c3b166dad7b6a7e681d4413f /src/fbgui.h
parentcompilable now (diff)
downloadfbgui-f6c0c3a888a30718059095fe4dac742f6d88769f.tar.gz
fbgui-f6c0c3a888a30718059095fe4dac742f6d88769f.tar.xz
fbgui-f6c0c3a888a30718059095fe4dac742f6d88769f.zip
filesystemwatcher works now. firs: load loadAbout.html page
if changes are done in the directory <applicationDir>/testChange/ switch the page to the the real
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 2d06afe..d68bd6a 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -50,6 +50,7 @@ private:
void createActions();
void checkHost() const;
+
// widgets constituing the gui
QWebView* _webView;
QSplitter* _splitter;
@@ -59,10 +60,15 @@ private:
QAction* _quit;
QAction* _toggleDebug;
+ //
+ QFileSystemWatcher* _fileSystemWatcher;
+
private slots:
// slots for processing actions
void toggleDebug();
+ void ipReceived();
+
};
#endif // FBGUI_H