Merge remote-tracking branch 'origin/master' into 4.8

Change-Id: I99d7e3aa727316db2e4909be6c0ea7583b90c816
This commit is contained in:
Eike Ziller
2018-09-21 10:19:34 +02:00
201 changed files with 1454 additions and 864 deletions

View File

@@ -135,7 +135,7 @@ GerritPushDialog::GerritPushDialog(const QString &workingDir, const QString &rev
m_ui->remoteComboBox->setParameters(parameters);
m_ui->remoteComboBox->setAllowDups(true);
PushItemDelegate *delegate = new PushItemDelegate(m_ui->commitView);
auto delegate = new PushItemDelegate(m_ui->commitView);
delegate->setParent(this);
initRemoteBranches();