Whitespace cleanup main/helper files

Again, entirely script based.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-07-25 18:36:40 -07:00 committed by Lubomir I. Ivanov
parent afe7e847d6
commit 00c0f94d8c
3 changed files with 41 additions and 35 deletions

View file

@ -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"));
}