mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
Use QString literals
The plan is to define `QT_NO_CAST_FROM_ASCII` eventually. PR #16561.
This commit is contained in:
@@ -68,7 +68,7 @@ SearchHandler::SearchHandler(const QString &pattern, const QString &category, co
|
||||
|
||||
const QStringList params
|
||||
{
|
||||
(m_manager->engineLocation() / Path("nova2.py")).toString(),
|
||||
(m_manager->engineLocation() / Path(u"nova2.py"_qs)).toString(),
|
||||
m_usedPlugins.join(','),
|
||||
m_category
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user