mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Fix unicode support in torrent addition dialog title
This commit is contained in:
@@ -151,7 +151,7 @@ bool AddNewTorrentDialog::loadTorrent(const QString& torrent_path, const QString
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Set dialog title
|
// Set dialog title
|
||||||
setWindowTitle(misc::toQString(m_torrentInfo->name()));
|
setWindowTitle(misc::toQStringU(m_torrentInfo->name()));
|
||||||
|
|
||||||
// Set torrent information
|
// Set torrent information
|
||||||
QString comment = misc::toQString(m_torrentInfo->comment());
|
QString comment = misc::toQString(m_torrentInfo->comment());
|
||||||
|
|||||||
Reference in New Issue
Block a user