forked from qt-creator/qt-creator
Git: Fix tab order in gerrit options
Change-Id: I6169b97ebbc412e41cf42d3c4d87d0b9c8ddd93e Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
7b327c30b8
commit
560fd9bce9
@@ -116,6 +116,7 @@ GerritOptionsWidget::GerritOptionsWidget(QWidget *parent)
|
||||
"Determines the protocol used to form a URL in case\n"
|
||||
"\"canonicalWebUrl\" is not configured in the file\n"
|
||||
"\"gerrit.config\"."));
|
||||
setTabOrder(m_sshChooser, m_portSpinBox);
|
||||
}
|
||||
|
||||
GerritParameters GerritOptionsWidget::parameters() const
|
||||
|
Reference in New Issue
Block a user