- Added a rss tab (still not functional)

This commit is contained in:
Arnaud Demaiziere 2007-03-29 15:43:08 +00:00
commit 6c8f0bff13
7 changed files with 245 additions and 5 deletions

View file

@ -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;