- Multithreaded deletionThread (harmonized with deleteThread)

This commit is contained in:
Christophe Dumez
2007-07-31 08:52:04 +00:00
parent 5518144b26
commit 570296c29e
4 changed files with 108 additions and 26 deletions

View File

@@ -55,6 +55,7 @@ class bittorrent : public QObject{
QTimer *ETARefresher;
QList<QString> fullAllocationModeList;
QHash<QString, QList<QPair<QString, QString> > > trackersErrors;
deleteThread *deleter;
protected:
QString getSavePath(QString hash);
@@ -125,7 +126,6 @@ class bittorrent : public QObject{
void setUploadLimit(QString hash, int val);
protected slots:
void cleanDeleter(deleteThread* deleter);
void scanDirectory();
void readAlerts();
void processDownloadedFile(QString, QString);