mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
- Category combobox is now updated when search engines are enabled/disabled
This commit is contained in:
@@ -173,7 +173,8 @@ void SearchEngine::tab_changed(int t)
|
||||
}
|
||||
|
||||
void SearchEngine::on_enginesButton_clicked() {
|
||||
new engineSelectDlg(this, supported_engines);
|
||||
engineSelectDlg *dlg = new engineSelectDlg(this, supported_engines);
|
||||
connect(dlg, SIGNAL(enginesChanged()), this, SLOT(fillCatCombobox()));
|
||||
}
|
||||
|
||||
// get the last searchs from a QSettings to a QStringList
|
||||
|
||||
Reference in New Issue
Block a user