mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
@@ -82,10 +82,6 @@ public:
|
||||
|
||||
void cancelSearch();
|
||||
|
||||
void downloadTorrents();
|
||||
void openTorrentPages();
|
||||
void copyTorrentURLs();
|
||||
|
||||
signals:
|
||||
void resultsCountUpdated();
|
||||
void statusChanged();
|
||||
@@ -114,6 +110,13 @@ private:
|
||||
QHeaderView *header() const;
|
||||
void setRowColor(int row, const QColor &color);
|
||||
|
||||
void downloadTorrents();
|
||||
void openTorrentPages() const;
|
||||
void copyTorrentURLs() const;
|
||||
void copyTorrentDownloadLinks() const;
|
||||
void copyTorrentNames() const;
|
||||
void copyField(int column) const;
|
||||
|
||||
static QString statusText(Status st);
|
||||
static CachedSettingValue<NameFilteringMode> &nameFilteringModeSetting();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user