mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
- Rewrote Column sorting code in search result lists
This commit is contained in:
@@ -78,7 +78,7 @@ public:
|
||||
|
||||
public slots:
|
||||
void on_download_button_clicked();
|
||||
void downloadSelectedItem(const QModelIndex& index);
|
||||
void downloadTorrent(QString engine_url, QString torrent_url);
|
||||
|
||||
protected slots:
|
||||
// Search slots
|
||||
@@ -96,7 +96,6 @@ protected slots:
|
||||
void propagateSectionResized(int index, int oldsize , int newsize);
|
||||
void saveResultsColumnsWidth();
|
||||
void downloadFinished(int exitcode, QProcess::ExitStatus);
|
||||
void downloadTorrent(QString engine_url, QString torrent_url);
|
||||
void displayPatternContextMenu(QPoint);
|
||||
void createCompleter();
|
||||
void fillCatCombobox();
|
||||
|
||||
Reference in New Issue
Block a user