mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
- Updated french and dutch translations
- Fixed some typos in engineSelect - Made search engine plugin install more reliable - Added some comments
This commit is contained in:
@@ -44,7 +44,8 @@ class engineSelectDlg : public QDialog, public Ui::engineSelect{
|
||||
|
||||
protected:
|
||||
bool parseVersionsFile(QString versions_file, QString updateServer);
|
||||
bool isUpdateNeeded(QString plugin_name, float new_version);
|
||||
bool isUpdateNeeded(QString plugin_name, float new_version) const;
|
||||
bool checkInstalled(QString plugin_name) const;
|
||||
|
||||
signals:
|
||||
void enginesChanged();
|
||||
|
||||
Reference in New Issue
Block a user