Fix mixed line endings
This commit is contained in:
@@ -408,7 +408,7 @@ QDir QUiLoader::workingDirectory() const
|
||||
PythonWrapper wrap;
|
||||
Py::Object dir((uiloader.callMemberFunction("workingDirectory")));
|
||||
QDir* d = wrap.toQDir(dir.ptr());
|
||||
if (d)
|
||||
if (d)
|
||||
return *d;
|
||||
return QDir::current();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user