mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Signal / slot fixes
This commit is contained in:
@@ -107,7 +107,7 @@ protected slots:
|
||||
void askNewLabelForSelection();
|
||||
|
||||
signals:
|
||||
void currentTorrentChanged(QTorrentHandle &h);
|
||||
void currentTorrentChanged(const QTorrentHandle &h);
|
||||
|
||||
private:
|
||||
TransferListDelegate *listDelegate;
|
||||
|
||||
Reference in New Issue
Block a user