mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Introduce versioning on main configuration file
This commit is contained in:
@@ -146,9 +146,9 @@ namespace Utils
|
||||
{
|
||||
return Version(s);
|
||||
}
|
||||
catch (const RuntimeError &er)
|
||||
catch (const RuntimeError &error)
|
||||
{
|
||||
qDebug() << "Error parsing version:" << er.message();
|
||||
qDebug() << "Error parsing version:" << error.message();
|
||||
return defaultVersion;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user