forked from qt-creator/qt-creator
Raise existing submit window if there is one when Submit is invoked.
Introduce convenience to VCSBaseSubmitEditor. Task-number: 254644
This commit is contained in:
@@ -588,6 +588,8 @@ void GitPlugin::revertFile()
|
||||
|
||||
void GitPlugin::startCommit()
|
||||
{
|
||||
if (VCSBase::VCSBaseSubmitEditor::raiseSubmitEditor())
|
||||
return;
|
||||
if (m_changeTmpFile) {
|
||||
m_outputWindow->append(tr("Another submit is currently beeing executed."));
|
||||
m_outputWindow->popup(false);
|
||||
|
Reference in New Issue
Block a user