forked from qt-creator/qt-creator
Core: Save silently on Save All
Change-Id: I3e9be877c79eca5e1921e725ec092727af12b7a5 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
committed by
Eike Ziller
parent
0f533008d7
commit
c5febb4490
@@ -923,7 +923,7 @@ bool MainWindow::showOptionsDialog(Id category, Id page, QWidget *parent)
|
|||||||
|
|
||||||
void MainWindow::saveAll()
|
void MainWindow::saveAll()
|
||||||
{
|
{
|
||||||
DocumentManager::saveAllModifiedDocuments();
|
DocumentManager::saveAllModifiedDocumentsSilently();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::exit()
|
void MainWindow::exit()
|
||||||
|
|||||||
Reference in New Issue
Block a user