forked from qt-creator/qt-creator
Git: Replace accelerator for Checkout in Gerrit dialog
C is already used for Close. Change-Id: I7094519ca21d71d2a3c8f39e831374960be298fa Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
54eabfb0c1
commit
67b208a40f
@@ -189,7 +189,7 @@ GerritDialog::GerritDialog(const QSharedPointer<GerritParameters> &p,
|
|||||||
|
|
||||||
m_displayButton = addActionButton(tr("&Show"), [this]() { slotFetchDisplay(); });
|
m_displayButton = addActionButton(tr("&Show"), [this]() { slotFetchDisplay(); });
|
||||||
m_cherryPickButton = addActionButton(tr("Cherry &Pick"), [this]() { slotFetchCherryPick(); });
|
m_cherryPickButton = addActionButton(tr("Cherry &Pick"), [this]() { slotFetchCherryPick(); });
|
||||||
m_checkoutButton = addActionButton(tr("&Checkout"), [this]() { slotFetchCheckout(); });
|
m_checkoutButton = addActionButton(tr("C&heckout"), [this]() { slotFetchCheckout(); });
|
||||||
m_refreshButton = addActionButton(tr("&Refresh"), [this]() { slotRefresh(); });
|
m_refreshButton = addActionButton(tr("&Refresh"), [this]() { slotRefresh(); });
|
||||||
|
|
||||||
connect(m_model, &GerritModel::refreshStateChanged,
|
connect(m_model, &GerritModel::refreshStateChanged,
|
||||||
|
Reference in New Issue
Block a user