forked from qt-creator/qt-creator
IncrediBuild: Fix uic warning about duplicate widget name
Change-Id: I465c6f3b734fdfbb3bec606f6bed0cc937039a74 Reviewed-by: <or.kunst@incredibuild.com> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
1b431fe271
commit
c70c6ded30
@@ -7,7 +7,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>941</width>
|
<width>941</width>
|
||||||
<height>624</height>
|
<height>867</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout">
|
<layout class="QGridLayout" name="gridLayout">
|
||||||
@@ -248,7 +248,7 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="31" column="0">
|
<item row="31" column="0">
|
||||||
<widget class="QLabel" name="setEnvLabel">
|
<widget class="QLabel" name="additionalArgsLabel">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line</string>
|
<string>Add additional buildconsole arguments manually. The value of this field will be concatenated to the final buildconsole command line</string>
|
||||||
</property>
|
</property>
|
||||||
|
Reference in New Issue
Block a user