diff options
| author | Jonathan Bauer | 2011-03-20 23:36:34 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-20 23:36:34 +0100 |
| commit | 7b39c4944dd9c6fa0778305e1cbd7286ce6571b5 (patch) | |
| tree | f315d6c21f9deeb02fb9e89ed07022434f5ff40f /src/sysInfo.cpp | |
| parent | checks for existance of download dir, and tries to set to /tmp/fbgui if all f... (diff) | |
| download | fbgui-7b39c4944dd9c6fa0778305e1cbd7286ce6571b5.tar.gz fbgui-7b39c4944dd9c6fa0778305e1cbd7286ce6571b5.tar.xz fbgui-7b39c4944dd9c6fa0778305e1cbd7286ce6571b5.zip | |
debug modes. -D now needs an arg: 0 for regular terminal output, 1 for debug console widget (to use on clients). new action ctrl + x kills app
Diffstat (limited to 'src/sysInfo.cpp')
| -rw-r--r-- | src/sysInfo.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/sysInfo.cpp b/src/sysInfo.cpp index a261fe5..81e39f8 100644 --- a/src/sysInfo.cpp +++ b/src/sysInfo.cpp @@ -1,10 +1,5 @@ #include "sysInfo.h" -#include <QString> -#include <QTime> -#include <QNetworkInterface> -#include <QVariantMap> -#include <QVariantList> -#include <QByteArray> + // ------------------------------------------------------------------------------------------------ sysInfo::sysInfo(){ |
