VCS: Remove "Commit" option when closing commit editor

Fixes: QTCREATORBUG-22233
Change-Id: I1270cc58a823b919475fc51ac5fc71b892b379b6
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2022-10-21 15:41:08 +03:00
committed by Orgad Shaneh
parent 2f1f80152d
commit 1593f869ed
3 changed files with 3 additions and 34 deletions

View File

@@ -252,7 +252,6 @@ public:
void updateActions(VcsBasePluginPrivate::ActionState) override;
bool submitEditorAboutToClose() override;
void discardCommit() override { cleanCommitMessageFile(); }
bool canCommitOnFailure() const override { return false; }
void diffCurrentFile();
void diffCurrentProject();