mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- 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:
parent
11a146a796
commit
dc89c5d381
6 changed files with 185 additions and 120 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue