summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorJonathan Bauer2011-04-24 17:28:07 +0200
committerJonathan Bauer2011-04-24 17:28:07 +0200
commit518ab031c29f36095578c8819e0befa503d1ae1d (patch)
tree73324a9260a5cee90c64d1c4b4e63aee184e01bd /src/fbgui.cpp
parentauto-close removed, handled by fbgui nowmake (diff)
downloadfbgui-518ab031c29f36095578c8819e0befa503d1ae1d.tar.gz
fbgui-518ab031c29f36095578c8819e0befa503d1ae1d.tar.xz
fbgui-518ab031c29f36095578c8819e0befa503d1ae1d.zip
new logger engine to output in file, configurable per cmdline / config file
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index e3c2d3a..3494b83 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -11,6 +11,7 @@
#include <QxtCore>
QThread dmThread;
+QString logFilePath("");
QString ipConfigFilePath("");
QString binPath("");
QUrl baseURL("");