Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
ea007592
Commit
ea007592
authored
Feb 22, 2010
by
Tobias Hunger
Browse files
Qt versions are different if the dislayname does not match
* Fixes update of Qt version name whne renaming a Qt version.
parent
7b41c53b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
ea007592
...
...
@@ -414,6 +414,8 @@ bool QtVersionManager::equals(QtVersion *a, QtVersion *b)
||
a
->
m_msvcVersion
!=
b
->
m_msvcVersion
||
a
->
m_mwcDirectory
!=
b
->
m_mwcDirectory
)
return
false
;
if
(
a
->
m_displayName
!=
b
->
displayName
())
return
false
;
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment