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
243bdc8c
Commit
243bdc8c
authored
Feb 23, 2011
by
dt
Browse files
On apply correctly update the model for not transfered toolchains
Better fix.
parent
1a3ed101
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/toolchainoptionspage.cpp
View file @
243bdc8c
...
...
@@ -309,8 +309,7 @@ void ToolChainModel::apply()
}
//
foreach
(
ToolChainNode
*
n
,
m_toAddList
)
{
delete
n
->
toolChain
;
n
->
toolChain
=
0
;
markForRemoval
(
n
->
toolChain
);
}
qDeleteAll
(
m_toAddList
);
}
...
...
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