mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Coding style changes
This commit is contained in:
@@ -807,7 +807,7 @@ void QTorrentHandle::rename_file(int index, QString name) const {
|
||||
// Operators
|
||||
//
|
||||
|
||||
bool QTorrentHandle::operator ==(const QTorrentHandle& new_h) const{
|
||||
bool QTorrentHandle::operator ==(const QTorrentHandle& new_h) const {
|
||||
const QString hash = misc::toQString(torrent_handle::info_hash());
|
||||
return (hash == new_h.hash());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user