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
377dbaa8
Commit
377dbaa8
authored
Jan 07, 2010
by
dt
Browse files
Fix restoring the active build configuration
parent
6f79d9f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/project.cpp
View file @
377dbaa8
...
...
@@ -124,7 +124,7 @@ bool Project::restoreSettings()
if
(
!
restoreSettingsImpl
(
reader
))
return
false
;
if
(
m_activeBuildConfiguration
&&
!
m_buildConfigurationValues
.
isEmpty
())
if
(
!
m_activeBuildConfiguration
&&
!
m_buildConfigurationValues
.
isEmpty
())
setActiveBuildConfiguration
(
m_buildConfigurationValues
.
at
(
0
));
if
(
!
m_activeRunConfiguration
&&
!
m_runConfigurations
.
isEmpty
())
...
...
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