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:
@@ -712,7 +712,8 @@ void SubversionPlugin::startCommit(const QStringList &files)
|
||||
{
|
||||
if (files.empty())
|
||||
return;
|
||||
|
||||
if (VCSBase::VCSBaseSubmitEditor::raiseSubmitEditor())
|
||||
return;
|
||||
if (m_changeTmpFile) {
|
||||
showOutput(tr("Another commit is currently being executed."));
|
||||
return;
|
||||
|
Reference in New Issue
Block a user