- A lot of fixes/improvements in bittorrent class (now compiling)

- Half way, now I need to rewrite the GUI class to use the bittorrent class
This commit is contained in:
Christophe Dumez 2007-03-05 17:35:38 +00:00
parent 11a146a796
commit dc89c5d381
6 changed files with 185 additions and 120 deletions

View file

@ -44,6 +44,7 @@
#include "previewSelect.h"
#include "trackerLogin.h"
#include "deleteThread.h"
#include "bittorrent.h"
#define TIME_TRAY_BALLOON 5000
@ -147,8 +148,6 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void showProperties(const QModelIndex &index);
void propertiesSelection();
void addTorrent(const QString& path, bool fromScanDir = false, const QString& from_url = QString());
void pauseAll();
void startAll();
void pauseSelection();
void startSelection();
void askForTorrents();