forked from qt-creator/qt-creator
Help: Fix compilation with < Qt 5.12
Qt Designer broke it by adding unneeded colorroles that don't exist
in earlier versions
Follow-up of 1bbdb1440f
Change-Id: Idf2f7708c034989f7501dd321c7f6b208cc33c41
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -364,15 +364,6 @@
|
|||||||
</color>
|
</color>
|
||||||
</brush>
|
</brush>
|
||||||
</colorrole>
|
</colorrole>
|
||||||
<colorrole role="PlaceholderText">
|
|
||||||
<brush brushstyle="NoBrush">
|
|
||||||
<color alpha="128">
|
|
||||||
<red>255</red>
|
|
||||||
<green>0</green>
|
|
||||||
<blue>0</blue>
|
|
||||||
</color>
|
|
||||||
</brush>
|
|
||||||
</colorrole>
|
|
||||||
</active>
|
</active>
|
||||||
<inactive>
|
<inactive>
|
||||||
<colorrole role="Text">
|
<colorrole role="Text">
|
||||||
@@ -384,15 +375,6 @@
|
|||||||
</color>
|
</color>
|
||||||
</brush>
|
</brush>
|
||||||
</colorrole>
|
</colorrole>
|
||||||
<colorrole role="PlaceholderText">
|
|
||||||
<brush brushstyle="NoBrush">
|
|
||||||
<color alpha="128">
|
|
||||||
<red>255</red>
|
|
||||||
<green>0</green>
|
|
||||||
<blue>0</blue>
|
|
||||||
</color>
|
|
||||||
</brush>
|
|
||||||
</colorrole>
|
|
||||||
</inactive>
|
</inactive>
|
||||||
<disabled>
|
<disabled>
|
||||||
<colorrole role="Text">
|
<colorrole role="Text">
|
||||||
@@ -404,15 +386,6 @@
|
|||||||
</color>
|
</color>
|
||||||
</brush>
|
</brush>
|
||||||
</colorrole>
|
</colorrole>
|
||||||
<colorrole role="PlaceholderText">
|
|
||||||
<brush brushstyle="NoBrush">
|
|
||||||
<color alpha="128">
|
|
||||||
<red>255</red>
|
|
||||||
<green>0</green>
|
|
||||||
<blue>0</blue>
|
|
||||||
</color>
|
|
||||||
</brush>
|
|
||||||
</colorrole>
|
|
||||||
</disabled>
|
</disabled>
|
||||||
</palette>
|
</palette>
|
||||||
</property>
|
</property>
|
||||||
|
Reference in New Issue
Block a user