mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 08:27:24 -06:00
Big code clean up
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "feeddownloader.h"
|
||||
|
||||
FeedDownloaderDlg::FeedDownloaderDlg(QWidget *parent, QString feed_url, QString feed_name, Bittorrent* BTSession):
|
||||
FeedDownloaderDlg::FeedDownloaderDlg(QWidget *parent, QString feed_url, QString feed_name, QBtSession* BTSession):
|
||||
QDialog(parent), feed_url(feed_url), feed_name(feed_name), BTSession(BTSession), selected_filter(QString::null)
|
||||
{
|
||||
setupUi(this);
|
||||
|
||||
Reference in New Issue
Block a user