Merge remote-tracking branch 'origin/3.5'

Conflicts:
	qtcreator.pri

Change-Id: I87576b71cee9f2f4eb856531f1a8816b1d3738db
This commit is contained in:
Eike Ziller
2015-09-30 10:59:54 +02:00
4 changed files with 53 additions and 34 deletions

View File

@@ -250,7 +250,7 @@ void MergeTool::readData()
m_localState = waitAndReadStatus(m_localInfo);
m_remoteState = waitAndReadStatus(m_remoteInfo);
chooseAction();
} else if (m_merging && line.startsWith("Continue merging")) {
} else if (line.startsWith("Continue merging")) {
if (QMessageBox::question(Core::ICore::dialogParent(), tr("Continue Merging"),
tr("Continue merging other unresolved paths?"),
QMessageBox::Yes | QMessageBox::No,