From f6c0c3a888a30718059095fe4dac742f6d88769f Mon Sep 17 00:00:00 2001 From: Niklas Goby Date: Mon, 21 Mar 2011 13:14:54 +0100 Subject: filesystemwatcher works now. firs: load loadAbout.html page if changes are done in the directory /testChange/ switch the page to the the real --- src/fbgui.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/fbgui.h') 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 -- cgit v1.2.3-55-g7522