Skip to content
Snippets Groups Projects
Commit aa311475 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Fix *bool assignment

Change-Id: I1497515ea3a7fc4d25aaf80fe1a95f5889f740eb
Reviewed-on: http://codereview.qt.nokia.com/2345


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarKai Koehne <kai.koehne@nokia.com>
parent fa49c700
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ QString FileInProjectFinder::findFile(const QUrl &fileUrl, bool *success) const ...@@ -104,7 +104,7 @@ QString FileInProjectFinder::findFile(const QUrl &fileUrl, bool *success) const
if (originalPath.isEmpty()) { if (originalPath.isEmpty()) {
if (success) if (success)
success = false; *success = false;
return originalPath; return originalPath;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment