summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonathan Bauer2011-06-24 16:05:01 +0200
committerJonathan Bauer2011-06-24 16:05:01 +0200
commitec64ec206eb121e22fc601231a24cd77c50c659f (patch)
tree81a6b75a3b9e0d8574e3055433499ae617044acb /src
parentremoved unneeded include (diff)
downloadfbgui-ec64ec206eb121e22fc601231a24cd77c50c659f.tar.gz
fbgui-ec64ec206eb121e22fc601231a24cd77c50c659f.tar.xz
fbgui-ec64ec206eb121e22fc601231a24cd77c50c659f.zip
minor changes
Diffstat (limited to 'src')
-rw-r--r--src/sysinfo.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sysinfo.cpp b/src/sysinfo.cpp
index e942e94..7d6ac92 100644
--- a/src/sysinfo.cpp
+++ b/src/sysinfo.cpp
@@ -172,7 +172,9 @@ const QString SysInfo::getUsbVendorIdProductIdSerialNumber() {
libusb_free_device_list(devs, 1); //free the list, unref the devices in it
libusb_exit(ctx); //close the session
+ /*
QByteArray json = serializer.serialize(list);
qxtLog->debug() << tag + "json object: " + json;
return json;
+ */
}