mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 07:46:17 -07:00
Drop implicit conversions between InfoHash and QString
This commit is contained in:
parent
752eb58ec0
commit
8cfd803222
13 changed files with 72 additions and 68 deletions
|
@ -313,7 +313,7 @@ void PropertiesWidget::loadTorrentInfos(BitTorrent::Torrent *const torrent)
|
|||
// Save path
|
||||
updateSavePath(m_torrent);
|
||||
// Hash
|
||||
m_ui->labelHashVal->setText(m_torrent->hash());
|
||||
m_ui->labelHashVal->setText(m_torrent->hash().toString());
|
||||
m_propListModel->model()->clear();
|
||||
if (m_torrent->hasMetadata())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue