Browse Source

- Updated TODO

- Removed useless include in downloadThread
adaptive-webui-19844
Christophe Dumez 17 years ago
parent
commit
60923e81c6
  1. 6
      TODO
  2. 1
      src/downloadThread.h

6
TODO

@ -49,11 +49,11 @@ @@ -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*

1
src/downloadThread.h

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

Loading…
Cancel
Save