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
Tobias Hunger
qt-creator
Commits
3f804ed0
Commit
3f804ed0
authored
Dec 06, 2010
by
dt
Browse files
coding style
parent
1f917d20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/qt4project.cpp
View file @
3f804ed0
...
...
@@ -293,7 +293,7 @@ bool Qt4Project::fromMap(const QVariantMap &map)
// Prune targets without buildconfigurations:
// This can happen esp. when updating from a old version of Qt Creator
QList
<
Target
*>
ts
(
targets
()
)
;
QList
<
Target
*>
ts
=
targets
();
foreach
(
Target
*
t
,
ts
)
{
if
(
t
->
buildConfigurations
().
isEmpty
())
{
qWarning
()
<<
"Removing"
<<
t
->
id
()
<<
"since it has no buildconfigurations!"
;
...
...
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