forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.4'
Change-Id: I02e54f45d233b89ddaee9c87da9b9af2a56374b8
This commit is contained in:
@@ -101,6 +101,7 @@ BranchDialog::BranchDialog(QWidget *parent) :
|
||||
connect(m_model, &QAbstractItemModel::modelReset, this, &BranchDialog::expandAndResize);
|
||||
|
||||
m_ui->branchView->selectionModel()->clear();
|
||||
enableButtons();
|
||||
}
|
||||
|
||||
BranchDialog::~BranchDialog()
|
||||
|
||||
@@ -60,7 +60,7 @@ GerritRemoteChooser::GerritRemoteChooser(QWidget *parent) :
|
||||
|
||||
connect(m_remoteComboBox, &QComboBox::currentTextChanged,
|
||||
this, &GerritRemoteChooser::handleRemoteChanged);
|
||||
m_resetRemoteButton->setIcon(Utils::Icons::RESET_TOOLBAR.icon());
|
||||
m_resetRemoteButton->setIcon(Utils::Icons::RESET.icon());
|
||||
connect(m_resetRemoteButton, &QToolButton::clicked,
|
||||
this, [this] { updateRemotes(true); });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user