소스 검색

BUG: Fix QtTesting xsd

The optionnal attribute "eventType" was missing.
It made recorded macros fail before playing because of that XSD invalidation.
Edern Haumont 6 년 전
부모
커밋
0671a5794f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>