Some more code clean up

This commit is contained in:
Christophe Dumez
2011-01-24 17:58:57 +00:00
parent 6ff7c6ed06
commit 783004ae58
11 changed files with 28 additions and 33 deletions

View File

@@ -53,7 +53,7 @@
#define MAX_SAMPLES 20
class downloadThread;
class DownloadThread;
class QTimer;
class FilterParserThread;
class HttpServer;
@@ -224,7 +224,7 @@ private:
// Ratio
QPointer<QTimer> BigRatioTimer;
// HTTP
QPointer<downloadThread> downloader;
DownloadThread* downloader;
// File System
ScanFoldersModel *m_scanFolders;
// Console / Log