mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
Fix possible compilation error. Closes #3947.
This commit is contained in:
@@ -51,7 +51,7 @@ class trackerLogin : public QDialog, private Ui::authentication{
|
||||
~trackerLogin();
|
||||
|
||||
signals:
|
||||
void trackerLoginCancelled(QPair<BitTorrent::TorrentHandle *const, QString> tracker);
|
||||
void trackerLoginCancelled(QPair<BitTorrent::TorrentHandle*, QString> tracker);
|
||||
|
||||
public slots:
|
||||
void on_loginButton_clicked();
|
||||
|
||||
Reference in New Issue
Block a user