mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Improve function interface
`SettingsStorage` methods require `QString` so make `SettingValue` follow it. `Path::operator+` can use `QStringView` to accept wider audience.
This commit is contained in:
@@ -239,7 +239,7 @@ void SearchPluginManager::installPlugin_impl(const QString &name, const Path &pa
|
||||
|
||||
// Process with install
|
||||
const Path destPath = pluginPath(name);
|
||||
const Path backupPath = destPath + ".bak";
|
||||
const Path backupPath = destPath + u".bak";
|
||||
bool updated = false;
|
||||
if (destPath.exists())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user