1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00

- Updated TODO

- Removed useless include in downloadThread
This commit is contained in:
Christophe Dumez 2007-08-07 22:14:23 +00:00
parent 06a2f2ad1f
commit 60923e81c6
2 changed files with 3 additions and 4 deletions

6
TODO
View File

@ -49,11 +49,11 @@
- Clean up delayed progress column sorting code
- Clean up pause after checking code
- Test rss now that it has been rewritten
- Review speed allocation dialog : BTSession->getSession()->download_rate_limit() value is wrong
- Wait for torrent_paused_alert before saving fast resume data
- Wait for some bug fixes in libtorrent :
- upload/download limit per torrent (Ticket #83)
- double free or corruption on exit (Ticket #84)
- Crash due to simple_segregated_storage (Ticket #94)
- double free or corruption on exit (Ticket #84) FIXED?
- Crash due to simple_segregated_storage (Ticket #94) FIXED?
LANGUAGES UPDATED:
- French *BETA3*

View File

@ -30,7 +30,6 @@
#include <QWaitCondition>
#include <iostream>
#include <cc++/common.h>
#include "misc.h"
#ifdef CCXX_NAMESPACES
using namespace std;