forked from qt-creator/qt-creator
Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
This commit is contained in:
@@ -102,7 +102,7 @@ QString GitSettings::gitBinaryPath(bool *ok, QString *errorMessage) const
|
||||
if (!adoptPath)
|
||||
return binary;
|
||||
// Search in path?
|
||||
const QString pathBinary = Core::Utils::SynchronousProcess::locateBinary(path, binary);
|
||||
const QString pathBinary = Utils::SynchronousProcess::locateBinary(path, binary);
|
||||
if (pathBinary.isEmpty()) {
|
||||
if (ok)
|
||||
*ok = false;
|
||||
|
Reference in New Issue
Block a user