Browse Source

- Updated TODO

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

6
TODO

@ -49,11 +49,11 @@
- Clean up delayed progress column sorting code - Clean up delayed progress column sorting code
- Clean up pause after checking code - Clean up pause after checking code
- Test rss now that it has been rewritten - 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 : - Wait for some bug fixes in libtorrent :
- upload/download limit per torrent (Ticket #83) - upload/download limit per torrent (Ticket #83)
- double free or corruption on exit (Ticket #84) - double free or corruption on exit (Ticket #84) FIXED?
- Crash due to simple_segregated_storage (Ticket #94) - Crash due to simple_segregated_storage (Ticket #94) FIXED?
LANGUAGES UPDATED: LANGUAGES UPDATED:
- French *BETA3* - French *BETA3*

1
src/downloadThread.h

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

Loading…
Cancel
Save