Disable "Save All" when there are no documents to be saved

Fixes: QTCREATORBUG-22072
Change-Id: I6c84e0004d1ada27bfcec59f509d066f1b03ca2c
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Ville Nummela
2020-03-19 15:19:11 +02:00
parent 3b995f7623
commit 1194340b85
4 changed files with 38 additions and 12 deletions

View File

@@ -121,7 +121,6 @@ private:
void openFile();
void aboutToShowRecentFiles();
void setFocusToEditor();
void saveAll();
void aboutQtCreator();
void aboutPlugins();
void updateFocusWidget(QWidget *old, QWidget *now);