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
75f2c01d
Commit
75f2c01d
authored
Dec 03, 2008
by
dt
Committed by
dt
Dec 03, 2008
Browse files
Fixes: Fixes saving of settings
parent
876c7758
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/projectexplorer.h
View file @
75f2c01d
...
...
@@ -139,7 +139,6 @@ private slots:
void
cancelBuild
();
void
debugProject
();
void
editDependencies
();
bool
saveAction
(
ProjectExplorer
::
Project
*
pro
=
0
);
void
loadAction
();
void
unloadProject
();
void
clearSession
();
...
...
src/plugins/projectexplorer/session.cpp
View file @
75f2c01d
...
...
@@ -939,6 +939,7 @@ void SessionManager::removeProjects(QList<Project *> remove)
// Delete projects
foreach
(
Project
*
pro
,
remove
)
{
pro
->
saveSettings
();
m_file
->
m_projects
.
removeOne
(
pro
);
if
(
pro
==
m_file
->
m_startupProject
)
...
...
Write
Preview
Markdown
is supported
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