summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-24 11:53:32 +0100
committerJonathan Bauer2011-03-24 11:53:32 +0100
commitbb779c6c002acc56af95ca0e7de6aaecc3fcd559 (patch)
tree2f44dff85ebaf9d7be95cbc2c3a3de27886b2c35 /src/fbgui.cpp
parentserial path configurable (diff)
downloadfbgui-bb779c6c002acc56af95ca0e7de6aaecc3fcd559.tar.gz
fbgui-bb779c6c002acc56af95ca0e7de6aaecc3fcd559.tar.xz
fbgui-bb779c6c002acc56af95ca0e7de6aaecc3fcd559.zip
misc
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index c0a8839..7c590c5 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -154,9 +154,8 @@ void fbgui::loadURL(){
QNetworkRequest req(baseURL);
QByteArray postData("mac=d8:d3:85:80:81:8b&hardwarehash=12341234123412341234123412341234&bootisoID=1&serial=");
- // serial number
- QByteArray serial;
// fetch serial number from usb rootfs
+ QByteArray serial;
QFile file(serialLocation);
if (!file.exists()){
qxtLog->debug() << "No such file: " << file.fileName();