diff options
| author | Jonathan Bauer | 2011-03-08 12:28:29 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-08 12:28:29 +0100 |
| commit | c0688eb6df802deb9cb56c2822391a67be5ab7cf (patch) | |
| tree | cf1ed529ca165f9dfb9377ef30086dd6c05f9b78 /src/DownloadManager.h | |
| parent | . (diff) | |
| download | fbgui-c0688eb6df802deb9cb56c2822391a67be5ab7cf.tar.gz fbgui-c0688eb6df802deb9cb56c2822391a67be5ab7cf.tar.xz fbgui-c0688eb6df802deb9cb56c2822391a67be5ab7cf.zip | |
first fixes
Diffstat (limited to 'src/DownloadManager.h')
| -rw-r--r-- | src/DownloadManager.h | 2 |
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(); |
