mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
- Added a rss tab (still not functional)
This commit is contained in:
parent
456f57e32f
commit
6c8f0bff13
7 changed files with 245 additions and 5 deletions
|
@ -50,6 +50,7 @@ class SearchEngine;
|
|||
class QTcpServer;
|
||||
class QTcpSocket;
|
||||
class QCloseEvent;
|
||||
class RSSImp;
|
||||
|
||||
using namespace libtorrent;
|
||||
namespace fs = boost::filesystem;
|
||||
|
@ -80,6 +81,8 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
QProcess *previewProcess;
|
||||
// Search
|
||||
SearchEngine *searchEngine;
|
||||
// RSS
|
||||
RSSImp *rssWidget;
|
||||
// Misc
|
||||
QTcpServer *tcpServer;
|
||||
QTcpSocket *clientConnection;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue