mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
Drop implicit conversions between InfoHash and QString
This commit is contained in:
committed by
sledgehammer999
parent
9c664d04ae
commit
f16c585a77
@@ -185,7 +185,7 @@ QString TorrentImpl::name() const
|
||||
if (!name.isEmpty())
|
||||
return name;
|
||||
|
||||
return m_hash;
|
||||
return m_hash.toString();
|
||||
}
|
||||
|
||||
QDateTime TorrentImpl::creationDate() const
|
||||
|
||||
Reference in New Issue
Block a user