forked from qt-creator/qt-creator
Git: Rename branch -> targetBranch in Push to Gerrit
Change-Id: I725a7e9ece2bf1e8854dc077cb93a1f7cc1eb90c Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
517c357770
commit
292e4599aa
@@ -60,17 +60,17 @@
|
||||
<widget class="QComboBox" name="remoteComboBox"/>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QLabel" name="branchLabel">
|
||||
<widget class="QLabel" name="targetBranchLabel">
|
||||
<property name="text">
|
||||
<string>&Branch:</string>
|
||||
<string>Target &branch:</string>
|
||||
</property>
|
||||
<property name="buddy">
|
||||
<cstring>branchComboBox</cstring>
|
||||
<cstring>targetBranchComboBox</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QComboBox" name="branchComboBox"/>
|
||||
<widget class="QComboBox" name="targetBranchComboBox"/>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="QLabel" name="topicLabel">
|
||||
|
||||
Reference in New Issue
Block a user