summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-21 20:07:07 +0100
committerJonathan Bauer2011-03-21 20:07:07 +0100
commit410676d8ddbde432321bbcb062b6117d2b6e7b41 (patch)
tree83f31d384809585e99d2d26ca714dbf1f031db97 /src/fbgui.h
parentcommented (working) watchdhcp for now til logic ist complete, java interface ... (diff)
downloadfbgui-410676d8ddbde432321bbcb062b6117d2b6e7b41.tar.gz
fbgui-410676d8ddbde432321bbcb062b6117d2b6e7b41.tar.xz
fbgui-410676d8ddbde432321bbcb062b6117d2b6e7b41.zip
back to loading baseURL until display logic is implemented. working pbs test, working watcher, both disabled for now.
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index 52f244f..53fd5c3 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -63,14 +63,15 @@ private:
QAction* _toggleDebug;
//
- QFileSystemWatcher* _fileSystemWatcher;
+ QNetworkAccessManager *mgr;
+ QNetworkReply *rep;
+ QFileSystemWatcher* _watcher;
private slots:
// slots for processing actions
void toggleDebug();
- void ipReceived(const QString& name);
-
+ void netAccessible(const QString& name);
};
#endif // FBGUI_H