mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
search plugin update - do not display only last version changelog
This commit is contained in:
@@ -57,7 +57,7 @@ class SearchEngine : public QWidget, public Ui::search_engine{
|
||||
SearchEngine(bittorrent *BTSession, QSystemTrayIcon *myTrayIcon, bool systrayIntegration);
|
||||
~SearchEngine();
|
||||
float getNovaVersion(QString novaPath) const;
|
||||
QByteArray getNovaChangelog(QString novaPath) const;
|
||||
QByteArray getNovaChangelog(QString novaPath, float my_version) const;
|
||||
bool loadColWidthSearchList();
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user