Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed May 28, 2020
1 parent 63fba04 commit 0edd76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/projectsmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void ProjectModel::findProjectFiles()
else if ( project.projectError.contains( "ERR_MULTIPLE_PROJECTS" ) )
projectFile.info = tr( "Error: Multiple QGIS project files" );
else
projectFile.info = tr("Invalid project");
projectFile.info = tr( "Invalid project" );
}
mProjectFiles << projectFile;
}
Expand Down

3 comments on commit 0edd76e

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signed apk: armeabi-v7a (SDK: android-13)

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

signed apk: arm64-v8a (SDK: android-13)

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ios-1.4.200528111121 (SDK: ios-4)

Please sign in to comment.