diff options
Diffstat (limited to 'subsurface-helper.cpp')
-rw-r--r-- | subsurface-helper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-helper.cpp b/subsurface-helper.cpp index 42fc075d2..e55425abf 100644 --- a/subsurface-helper.cpp +++ b/subsurface-helper.cpp @@ -74,7 +74,7 @@ void run_ui() // To work around this we need to manually copy the components at install time // to Contents/Frameworks/qml and make sure that we add the correct import path QStringList importPathList = engine.importPathList(); - Q_FOREACH(QString importPath, importPathList) { + Q_FOREACH (QString importPath, importPathList) { if (importPath.contains("MacOS")) engine.addImportPath(importPath.replace("MacOS", "Frameworks")); } |