mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
Convert pass-by-value arguments to const refs where applicable
This commit is contained in:
@@ -1717,7 +1717,7 @@ void TorrentHandle::handleAppendExtensionToggled()
|
||||
manageIncompleteFiles();
|
||||
}
|
||||
|
||||
void TorrentHandle::handleAlert(libtorrent::alert *a)
|
||||
void TorrentHandle::handleAlert(const libtorrent::alert *a)
|
||||
{
|
||||
switch (a->type()) {
|
||||
case libt::stats_alert::alert_type:
|
||||
|
||||
Reference in New Issue
Block a user