summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-24 12:46:12 +0100
committerJonathan Bauer2011-03-24 12:46:12 +0100
commit3cae0346ee87f9dd318d49cec7544faaec4f266a (patch)
treeb34193974db78c6e8aff4e5dbc4fff8e84989115 /src/fbgui.h
parentcleanups.... (diff)
downloadfbgui-3cae0346ee87f9dd318d49cec7544faaec4f266a.tar.gz
fbgui-3cae0346ee87f9dd318d49cec7544faaec4f266a.tar.xz
fbgui-3cae0346ee87f9dd318d49cec7544faaec4f266a.zip
md5 hash of eth0 mac + ip for hardwarehash tests, completed POST data building
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index 6350ee2..f710fb6 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -59,6 +59,7 @@ private:
void watchForTrigger();
bool checkHost() const;
void loadURL();
+ QByteArray generatePOSTData();
// widgets constituing the gui
QWebView* _webView;