summaryrefslogtreecommitdiffstats
path: root/subsurface-helper.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-25 18:36:40 -0700
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2018-07-26 16:32:51 +0300
commit00c0f94d8c8623aa97f3f5c44a79bd8e53c8fd94 (patch)
treefa5a5fad2bde2b0a88611fbd744a98c98cda88e4 /subsurface-helper.cpp
parentafe7e847d6ab550237c066a1570a7c3160b5b008 (diff)
downloadsubsurface-00c0f94d8c8623aa97f3f5c44a79bd8e53c8fd94.tar.gz
Whitespace cleanup main/helper files
Again, entirely script based. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'subsurface-helper.cpp')
-rw-r--r--subsurface-helper.cpp2
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"));
}