mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-05 11:24:15 +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
|
// 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());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user