summaryrefslogtreecommitdiffstats
path: root/src/fbgui.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-15 22:51:15 +0100
committerJonathan Bauer2011-03-15 22:51:15 +0100
commit1ac39ce6281c9f7da77124a5171829055b2ebf57 (patch)
tree432a8deb8e0b791858b29bf0b3130cdec672cfdd /src/fbgui.h
parentremoved (diff)
downloadfbgui-1ac39ce6281c9f7da77124a5171829055b2ebf57.tar.gz
fbgui-1ac39ce6281c9f7da77124a5171829055b2ebf57.tar.xz
fbgui-1ac39ce6281c9f7da77124a5171829055b2ebf57.zip
fbgui.conf default paths checks, update interval modifiable (only in .conf), (re)moved header filename parsing, cleanup, cleanupss
Diffstat (limited to 'src/fbgui.h')
-rw-r--r--src/fbgui.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/fbgui.h b/src/fbgui.h
index d1f0852..68bb2cf 100644
--- a/src/fbgui.h
+++ b/src/fbgui.h
@@ -1,3 +1,20 @@
+/*
+# Copyright (c) 2010,2011 - RZ Uni Freiburg
+# Copyright (c) 2010,2011 - OpenSLX Project
+#
+# This program/file is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
+#
+# If you have any feedback please consult http://openslx.org/feedback and
+# send your feedback to feedback@openslx.org
+#
+# General information about OpenSLX can be found under http://openslx.org
+#
+#
+# Main class for the fbgui.
+#
+*/
+
#ifndef FBGUI_H
#define FBGUI_H
@@ -6,11 +23,14 @@
#include <QtWebKit>
#define DEFAULT_URL "http://www.google.com"
+#define DEFAULT_DOWNLOAD_DIR "/tmp/fbgui/downloads"
+#define DEFAULT_UPDATE_INTERVAL 1;
extern QString binPath;
extern QString downloadPath;
extern QUrl baseURL;
extern bool debug;
+extern int updateInterval;
class fbgui : public QMainWindow
{