diff options
| author | Jonathan Bauer | 2011-03-02 18:53:02 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-02 18:53:02 +0100 |
| commit | 45442859be285711e027eac0d20e60503e4d2671 (patch) | |
| tree | 890c14e556868fff1d4ad209c82778df5f9779a4 /src | |
| parent | cleaned up output a bit (diff) | |
| download | fbgui-45442859be285711e027eac0d20e60503e4d2671.tar.gz fbgui-45442859be285711e027eac0d20e60503e4d2671.tar.xz fbgui-45442859be285711e027eac0d20e60503e4d2671.zip | |
Removed QTimer include...
Diffstat (limited to 'src')
| -rw-r--r-- | src/DownloadManager.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/DownloadManager.cpp b/src/DownloadManager.cpp index 4c94341..b16bfe4 100644 --- a/src/DownloadManager.cpp +++ b/src/DownloadManager.cpp @@ -1,5 +1,4 @@ #include "DownloadManager.h" -#include <QTimer> // ---------------------------------------------------------------------------------------- void DownloadManager::get(QString& filename) |
