mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-27 06:54:20 +00:00
Fix unicode support in torrent addition dialog title
This commit is contained in:
parent
48f2b6fb66
commit
1204bf6e80
@ -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…
x
Reference in New Issue
Block a user