mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Whitespace cleanup main/helper files
Again, entirely script based. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
afe7e847d6
commit
00c0f94d8c
3 changed files with 41 additions and 35 deletions
|
@ -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"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue