mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Fix signaling to checkForUpdatesFinished() failed.
Fixup of 14e168039c.
This commit is contained in:
@@ -34,11 +34,11 @@
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "base/searchengine.h"
|
||||
|
||||
class QDropEvent;
|
||||
class QTreeWidgetItem;
|
||||
|
||||
class SearchEngine;
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
class PluginSelectDlg;
|
||||
@@ -76,7 +76,7 @@ private slots:
|
||||
void iconDownloaded(const QString &url, QString filePath);
|
||||
void iconDownloadFailed(const QString &url, const QString &reason);
|
||||
|
||||
void checkForUpdatesFinished(const QHash<QString, qreal> &updateInfo);
|
||||
void checkForUpdatesFinished(const QHash<QString, PluginVersion> &updateInfo);
|
||||
void checkForUpdatesFailed(const QString &reason);
|
||||
void pluginInstalled(const QString &name);
|
||||
void pluginInstallationFailed(const QString &name, const QString &reason);
|
||||
|
||||
Reference in New Issue
Block a user