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
78af9c16
Commit
78af9c16
authored
Jun 04, 2009
by
con
Browse files
Don't ask when doing a "Save all".
Reviewed-by: Oswald Buddenhagen
parent
4b9a3d5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/mainwindow.cpp
View file @
78af9c16
...
...
@@ -898,7 +898,7 @@ bool MainWindow::showOptionsDialog(const QString &category,
void
MainWindow
::
saveAll
()
{
bool
success
;
m_fileManager
->
saveModifiedFiles
(
m_fileManager
->
modifiedFiles
());
m_fileManager
->
saveModifiedFiles
Silently
(
m_fileManager
->
modifiedFiles
());
emit
m_coreImpl
->
saveSettingsRequested
();
}
...
...
Write
Preview
Supports
Markdown
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