forked from qt-creator/qt-creator
VCS: Fix build
Change-Id: Ie18986306317b72558b3c59021bfa921fd2fcd5b Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
Christian Stenger
parent
21ab4c427c
commit
bfa07e3ccc
@@ -509,7 +509,7 @@ void BazaarPlugin::createSubmitEditorActions()
|
||||
|
||||
void BazaarPlugin::commit()
|
||||
{
|
||||
if (!promptBeforeCommit()))
|
||||
if (!promptBeforeCommit())
|
||||
return;
|
||||
|
||||
if (raiseSubmitEditor())
|
||||
|
@@ -648,7 +648,7 @@ QString VcsBasePlugin::commitDisplayName() const
|
||||
|
||||
bool VcsBasePlugin::promptBeforeCommit()
|
||||
{
|
||||
return DocumentManager::saveAllModifiedDocuments(tr("Save before %1?").arg(commitDisplayName());
|
||||
return DocumentManager::saveAllModifiedDocuments(tr("Save before %1?").arg(commitDisplayName()));
|
||||
}
|
||||
|
||||
void VcsBasePlugin::promptToDeleteCurrentFile()
|
||||
|
Reference in New Issue
Block a user