Explorar o código

BUG: Fix QtTesting xsd

The optionnal attribute "eventType" was missing.
It made recorded macros fail before playing because of that XSD invalidation.
Edern Haumont %!s(int64=6) %!d(string=hai) anos
pai
achega
0671a5794f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Libs/QtTesting/Resources/XML/XMLDescription.xsd

+ 1 - 0
Libs/QtTesting/Resources/XML/XMLDescription.xsd

@@ -19,6 +19,7 @@
                     <xsd:attribute name="widget" type="xsd:string" />
                     <xsd:attribute name="command" type="xsd:string" />
                     <xsd:attribute name="arguments" type="xsd:string" />
+                    <xsd:attribute name="eventType" type="xsd:string" />
                 </xsd:complexType>
             </xsd:element>
         </xsd:sequence>