mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 08:48:07 -06:00
Drop superfluous const
This commit is contained in:
@@ -102,7 +102,7 @@ public slots:
|
||||
void renameSelectedTorrent();
|
||||
|
||||
signals:
|
||||
void currentTorrentChanged(BitTorrent::Torrent *const torrent);
|
||||
void currentTorrentChanged(BitTorrent::Torrent *torrent);
|
||||
|
||||
private slots:
|
||||
void torrentDoubleClicked();
|
||||
|
||||
Reference in New Issue
Block a user