- Move deletion from hard drive to a thread to avoid GUI freezing

This commit is contained in:
Christophe Dumez 2007-02-19 16:34:23 +00:00
parent f017d29359
commit f4be28c014
5 changed files with 19 additions and 5 deletions

View file

@ -43,6 +43,8 @@
#include "about_imp.h"
#include "previewSelect.h"
#include "trackerLogin.h"
#include "deleteThread.h"
#define TIME_TRAY_BALLOON 5000
@ -72,6 +74,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
downloadThread *downloader;
downloadFromURL *downloadFromURLDialog;
bool DHTEnabled;
QList<deleteThread*> deleters;
// GUI related
options_imp *options;
createtorrent *createWindow;