mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
- Fixed slot name
This commit is contained in:
@@ -66,7 +66,7 @@ class SearchEngine : public QWidget, public Ui::search_engine{
|
||||
void downloadSelectedItem(const QModelIndex& index);
|
||||
protected slots:
|
||||
// Search slots
|
||||
void on_tab_changed(int t);//to prevent the use of the download button when the tab is empty
|
||||
void tab_changed(int);//to prevent the use of the download button when the tab is empty
|
||||
void on_search_button_clicked();
|
||||
void on_stop_search_button_clicked();
|
||||
void on_closeTab_button_clicked();
|
||||
|
||||
Reference in New Issue
Block a user