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:
parent
06a2f2ad1f
commit
60923e81c6
6
TODO
6
TODO
@ -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*
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include <QWaitCondition>
|
||||
#include <iostream>
|
||||
#include <cc++/common.h>
|
||||
#include "misc.h"
|
||||
|
||||
#ifdef CCXX_NAMESPACES
|
||||
using namespace std;
|
||||
|
Loading…
Reference in New Issue
Block a user