mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
- BUGFIX: the function that set the rows color doesn't handle hidden columns anymore
- BUGFIX: improved search engine plugin manager code and fixed bugs
This commit is contained in:
@@ -32,10 +32,7 @@ class engineSelectDlg : public QDialog, public Ui::engineSelect{
|
||||
|
||||
private:
|
||||
// Search related
|
||||
QStringList installed_engines;
|
||||
QVariantList enginesEnabled;
|
||||
QStringList known_engines;
|
||||
QVariantList known_enginesEnabled;
|
||||
QHash<QString, bool> installed_engines;
|
||||
downloadThread *downloader;
|
||||
|
||||
public:
|
||||
@@ -52,10 +49,9 @@ class engineSelectDlg : public QDialog, public Ui::engineSelect{
|
||||
void enginesChanged();
|
||||
|
||||
protected slots:
|
||||
void loadSettings();
|
||||
void saveSettings();
|
||||
void on_closeButton_clicked();
|
||||
void loadSupportedSearchEngines();
|
||||
void loadSupportedSearchEngines(bool first=false);
|
||||
void toggleEngineState(QTreeWidgetItem*, int);
|
||||
void setRowColor(int row, QString color);
|
||||
void processDownloadedFile(QString url, QString filePath);
|
||||
|
||||
Reference in New Issue
Block a user