summaryrefslogtreecommitdiffstats
path: root/src/DownloadManager.h
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-08 12:28:29 +0100
committerJonathan Bauer2011-03-08 12:28:29 +0100
commitc0688eb6df802deb9cb56c2822391a67be5ab7cf (patch)
treecf1ed529ca165f9dfb9377ef30086dd6c05f9b78 /src/DownloadManager.h
parent. (diff)
downloadfbgui-c0688eb6df802deb9cb56c2822391a67be5ab7cf.tar.gz
fbgui-c0688eb6df802deb9cb56c2822391a67be5ab7cf.tar.xz
fbgui-c0688eb6df802deb9cb56c2822391a67be5ab7cf.zip
first fixes
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 8973eed..3003ad6 100644
--- a/src/DownloadManager.h
+++ b/src/DownloadManager.h
@@ -28,7 +28,7 @@ private:
QFile outfile;
// Download-in-progress flag.
bool dip;
- int downloaded;
+ static int downloaded;
signals:
void finished();