mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Fix unicode support in torrent addition dialog title
This commit is contained in:
parent
48f2b6fb66
commit
1204bf6e80
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ bool AddNewTorrentDialog::loadTorrent(const QString& torrent_path, const QString
|
|||
}
|
||||
|
||||
// Set dialog title
|
||||
setWindowTitle(misc::toQString(m_torrentInfo->name()));
|
||||
setWindowTitle(misc::toQStringU(m_torrentInfo->name()));
|
||||
|
||||
// Set torrent information
|
||||
QString comment = misc::toQString(m_torrentInfo->comment());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue