mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
committed by
GitHub
parent
4fc36b9e99
commit
f9f4b60b83
@@ -359,7 +359,7 @@ SearchHandler *SearchPluginManager::startSearch(const QString &pattern, const QS
|
||||
// No search pattern entered
|
||||
Q_ASSERT(!pattern.isEmpty());
|
||||
|
||||
return new SearchHandler {pattern, category, usedPlugins, this};
|
||||
return new SearchHandler(pattern, category, usedPlugins, this);
|
||||
}
|
||||
|
||||
QString SearchPluginManager::categoryFullName(const QString &categoryName)
|
||||
|
||||
Reference in New Issue
Block a user