mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 06:13:36 -07:00
Split long line
This commit is contained in:
parent
2d9c886df3
commit
02078edf0c
1 changed files with 2 additions and 1 deletions
|
@ -238,7 +238,8 @@ PythonInfo Utils::ForeignApps::pythonInfo()
|
||||||
if (pyInfo.isValid() && (preferredPythonPath == pyInfo.executableName))
|
if (pyInfo.isValid() && (preferredPythonPath == pyInfo.executableName))
|
||||||
return pyInfo;
|
return pyInfo;
|
||||||
|
|
||||||
const QString invalidVersionMessage = QCoreApplication::translate("Utils::ForeignApps", "Python failed to meet minimum version requirement. Path: \"%1\". Found version: \"%2\". Minimum supported version: \"%3\".");
|
const QString invalidVersionMessage = QCoreApplication::translate("Utils::ForeignApps"
|
||||||
|
, "Python failed to meet minimum version requirement. Path: \"%1\". Found version: \"%2\". Minimum supported version: \"%3\".");
|
||||||
|
|
||||||
if (!preferredPythonPath.isEmpty())
|
if (!preferredPythonPath.isEmpty())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue