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
36fc7f16
Commit
36fc7f16
authored
Jun 15, 2009
by
con
Browse files
Remove superfluous creation of iterator.
parent
e2a0a4d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4runconfiguration.cpp
View file @
36fc7f16
...
...
@@ -553,8 +553,6 @@ void Qt4RunConfiguration::updateTarget()
reader
->
setUserConfigCmdArgs
(
addedUserConfigArguments
,
removedUserConfigArguments
);
QHash
<
QString
,
QStringList
>::
const_iterator
it
;
if
(
!
reader
->
readProFile
(
m_proFilePath
))
{
delete
reader
;
Core
::
ICore
::
instance
()
->
messageManager
()
->
printToOutputPane
(
tr
(
"Could not parse %1. The Qt4 run configuration %2 can not be started."
).
arg
(
m_proFilePath
).
arg
(
name
()));
...
...
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