summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
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.h
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.h')
-rw-r--r--src/fbgui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index 48ddce4..98ab4c4 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -26,13 +26,15 @@
// Internal default settings
#define DEFAULT_URL "http://www.google.com"
-#define DEFAULT_DOWNLOAD_DIR "/tmp/fbgui/downloads"
+#define DEFAULT_DOWNLOAD_DIR "/tmp/fbgui"
#define DEFAULT_CONFIG_PATH "/etc/fbgui.conf"
+#define DEFAULT_LOG_FILE_PATH "/tmp/fbgui.log"
#define DEFAULT_UPDATE_INTERVAL 1;
#define DEFAULT_QRC_HTML_DIR ":/html"
#define DEFAULT_FILE_TRIGGER "/tmp/fbgui/trigger"
// Global settings variables
+extern QString logFilePath;
extern QString ipConfigFilePath;
extern QThread dmThread;
extern QString serialLocation;