summaryrefslogtreecommitdiffstats
path: root/src/DownloadManager.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-08 00:19:05 +0100
committerJonathan Bauer2011-03-08 00:19:05 +0100
commit56355afd7d4bc9709ddf4e2cb34a51913f039a9d (patch)
treeeee151b27a58b3f2d868f7c9be77f8e58fcae32f /src/DownloadManager.h
parentjso (diff)
downloadfbgui-56355afd7d4bc9709ddf4e2cb34a51913f039a9d.tar.gz
fbgui-56355afd7d4bc9709ddf4e2cb34a51913f039a9d.tar.xz
fbgui-56355afd7d4bc9709ddf4e2cb34a51913f039a9d.zip
download directory option preparations (sysInfo: cant test compiling right now... should me mostly correct)
Diffstat (limited to 'src/DownloadManager.h')
-rw-r--r--src/DownloadManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DownloadManager.h b/src/DownloadManager.h
index 0607cf5..0578724 100644
--- a/src/DownloadManager.h
+++ b/src/DownloadManager.h
@@ -7,7 +7,7 @@
extern bool debug;
extern QUrl baseURL;
-
+extern QDir downloadDirectory;
class DownloadManager : public QObject
{