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
bcf05c02
Commit
bcf05c02
authored
Mar 04, 2010
by
Tobias Hunger
Browse files
Fix possible core dump
... when creating a new project without any Qt version being available
parent
599f459e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/projectloadwizard.cpp
View file @
bcf05c02
...
...
@@ -156,7 +156,7 @@ void ProjectLoadWizard::done(int result)
m_project
->
addTarget
(
t
);
}
if
(
m_project
->
targets
().
isEmpty
())
qWarning
()
<<
"Failed to populate project with default targets for default Qt"
<<
m_impor
tVersion
->
displayName
();
qWarning
()
<<
"Failed to populate project with default targets for default Qt"
<<
defaul
tVersion
->
displayName
();
}
}
...
...
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