Skip to content
GitLab
Menu
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
c1816b24
Commit
c1816b24
authored
Dec 10, 2009
by
dt
Browse files
Fix ugly bug found by Thorbjorn on removing/adding qt versions
Reviewed-By: Thorbjorn
parent
73602b48
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qtversionmanager.cpp
View file @
c1816b24
...
...
@@ -441,10 +441,12 @@ void QtVersionManager::setNewQtVersions(QList<QtVersion *> newVersions, int newD
while
(
nit
!=
nend
)
{
changedVersions
.
push_back
((
*
nit
)
->
uniqueId
());
++
nit
;
}
while
(
oit
!=
oend
)
{
changedVersions
.
push_back
((
*
oit
)
->
uniqueId
());
++
oit
;
}
qDeleteAll
(
m_versions
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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