Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-scxml for openSUSE:Factory 
checked in at 2021-12-08 22:09:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-scxml (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-scxml.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-scxml"

Wed Dec  8 22:09:08 2021 rev:6 rq:936316 version:6.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-scxml/qt6-scxml.changes      2021-11-04 
16:09:37.645048859 +0100
+++ /work/SRC/openSUSE:Factory/.qt6-scxml.new.31177/qt6-scxml.changes   
2021-12-08 22:10:04.498894087 +0100
@@ -1,0 +2,8 @@
+Wed Dec  1 10:06:21 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 6.2.2
+  * https://www.qt.io/blog/qt-6.2.2-released
+- Make sure all dependencies are present when installing devel
+  packages. Qt >= 6.2.2 is much less permissive.
+
+-------------------------------------------------------------------

Old:
----
  qtscxml-everywhere-src-6.2.1.tar.xz

New:
----
  qtscxml-everywhere-src-6.2.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qt6-scxml.spec ++++++
--- /var/tmp/diff_new_pack.zQydlF/_old  2021-12-08 22:10:04.934894291 +0100
+++ /var/tmp/diff_new_pack.zQydlF/_new  2021-12-08 22:10:04.938894293 +0100
@@ -16,7 +16,7 @@
 #
 
 
-%define real_version 6.2.1
+%define real_version 6.2.2
 %define short_version 6.2
 %define short_name qtscxml
 %define tar_name qtscxml-everywhere-src
@@ -28,7 +28,7 @@
 %endif
 #
 Name:           qt6-scxml%{?pkg_suffix}
-Version:        6.2.1
+Version:        6.2.2
 Release:        0
 Summary:        SCXML (state machine notation) compiler and related tools
 License:        LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
@@ -73,6 +73,7 @@
 Requires:       libQt6Scxml6 = %{version}
 # ScxmlTools requires the scxmlc executable
 Requires:       %{name} = %{version}
+Requires:       cmake(Qt6Core)
 
 %description devel
 Development files for the Qt 6 Scxml library.
@@ -95,6 +96,8 @@
 %package -n qt6-scxmlqml-devel
 Summary:        Qt 6 ScxmlQml library - Development files
 Requires:       libQt6ScxmlQml6 = %{version}
+Requires:       cmake(Qt6Qml)
+Requires:       cmake(Qt6Scxml) = %{real_version}
 
 %description -n qt6-scxmlqml-devel
 Development files for the Qt 6 ScxmlQml library.
@@ -116,6 +119,7 @@
 %package -n qt6-statemachine-devel
 Summary:        Qt 6 StateMachine library - Development files
 Requires:       libQt6StateMachine6 = %{version}
+Requires:       cmake(Qt6Gui)
 
 %description -n qt6-statemachine-devel
 Development files for the Qt 6 StateMachine library.
@@ -139,6 +143,8 @@
 %package -n qt6-statemachineqml-devel
 Summary:        Qt 6 StateMachineQml library - Development files
 Requires:       libQt6StateMachineQml6 = %{version}
+Requires:       cmake(Qt6Qml)
+Requires:       cmake(Qt6StateMachine)
 
 %description -n qt6-statemachineqml-devel
 Development files for the Qt 6 StateMachineQml library.

++++++ qtscxml-everywhere-src-6.2.1.tar.xz -> 
qtscxml-everywhere-src-6.2.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/.QT-ENTERPRISE-LICENSE-AGREEMENT 
new/qtscxml-everywhere-src-6.2.2/.QT-ENTERPRISE-LICENSE-AGREEMENT
--- old/qtscxml-everywhere-src-6.2.1/.QT-ENTERPRISE-LICENSE-AGREEMENT   
2021-10-21 18:32:37.951420800 +0200
+++ new/qtscxml-everywhere-src-6.2.2/.QT-ENTERPRISE-LICENSE-AGREEMENT   
2021-11-26 23:02:17.308225200 +0100
@@ -82,7 +82,7 @@
 "Distribution License(s)" shall mean the license required for any kind of sale,
 trade, exchange, loan, lease, rental or other distribution by or on behalf of
 Licensee to a third party of Redistributables in connection with Devices
-ursuant to license grant described in Section 3.3 of this Agreement.
+pursuant to license grant described in Section 3.3 of this Agreement.
 
 "Distribution License Packs" shall mean set of prepaid Distribution Licenses 
for
 distribution of Redistributables, as defined in The Qt Company's standard price
@@ -688,7 +688,7 @@
 or through an in-person visit to Licensee's place of business. Any such
 in-person audit shall be conducted during regular business hours at
 Licensee's facilities and shall not unreasonably interfere with Licensee's
-usiness activities. The Qt Company or the independent auditor acting on
+business activities. The Qt Company or the independent auditor acting on
 behalf of The Qt Company shall be entitled to inspect Licensee's Records
 and conduct necessary interviews of Licensee's relevant employees and
 Contractors. All such Licensee's Records and use thereof shall be subject
@@ -1227,7 +1227,7 @@
 Agreement, for a Renewal Term either as new Start-up Development Licenses
 (if the Licensee still qualifies as a Start-up Company), or as normal
 Development Licenses (if the Licensee no longer qualifies as a Start-up
-ompany).
+company).
 
 APPENDIX 5: NON-COMMERCIAL USE
 The provisions of this Appendix 5 are applicable for non-commercial use of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/.QT-FOR-APPLICATION-DEVELOPMENT-LICENSE-AGREEMENT
 
new/qtscxml-everywhere-src-6.2.2/.QT-FOR-APPLICATION-DEVELOPMENT-LICENSE-AGREEMENT
--- 
old/qtscxml-everywhere-src-6.2.1/.QT-FOR-APPLICATION-DEVELOPMENT-LICENSE-AGREEMENT
  2021-10-21 18:32:37.947420800 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/.QT-FOR-APPLICATION-DEVELOPMENT-LICENSE-AGREEMENT
  2021-11-26 23:02:17.308225200 +0100
@@ -82,7 +82,7 @@
 "Distribution License(s)" shall mean the license required for any kind of sale,
 trade, exchange, loan, lease, rental or other distribution by or on behalf of
 Licensee to a third party of Redistributables in connection with Devices
-ursuant to license grant described in Section 3.3 of this Agreement.
+pursuant to license grant described in Section 3.3 of this Agreement.
 
 "Distribution License Packs" shall mean set of prepaid Distribution Licenses 
for
 distribution of Redistributables, as defined in The Qt Company's standard price
@@ -688,7 +688,7 @@
 or through an in-person visit to Licensee's place of business. Any such
 in-person audit shall be conducted during regular business hours at
 Licensee's facilities and shall not unreasonably interfere with Licensee's
-usiness activities. The Qt Company or the independent auditor acting on
+business activities. The Qt Company or the independent auditor acting on
 behalf of The Qt Company shall be entitled to inspect Licensee's Records
 and conduct necessary interviews of Licensee's relevant employees and
 Contractors. All such Licensee's Records and use thereof shall be subject
@@ -1227,7 +1227,7 @@
 Agreement, for a Renewal Term either as new Start-up Development Licenses
 (if the Licensee still qualifies as a Start-up Company), or as normal
 Development Licenses (if the Licensee no longer qualifies as a Start-up
-ompany).
+company).
 
 APPENDIX 5: NON-COMMERCIAL USE
 The provisions of this Appendix 5 are applicable for non-commercial use of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/.QT-FOR-AUTOMATION-LICENSE-AGREEMENT 
new/qtscxml-everywhere-src-6.2.2/.QT-FOR-AUTOMATION-LICENSE-AGREEMENT
--- old/qtscxml-everywhere-src-6.2.1/.QT-FOR-AUTOMATION-LICENSE-AGREEMENT       
2021-10-21 18:32:37.947420800 +0200
+++ new/qtscxml-everywhere-src-6.2.2/.QT-FOR-AUTOMATION-LICENSE-AGREEMENT       
2021-11-26 23:02:17.308225200 +0100
@@ -82,7 +82,7 @@
 "Distribution License(s)" shall mean the license required for any kind of sale,
 trade, exchange, loan, lease, rental or other distribution by or on behalf of
 Licensee to a third party of Redistributables in connection with Devices
-ursuant to license grant described in Section 3.3 of this Agreement.
+pursuant to license grant described in Section 3.3 of this Agreement.
 
 "Distribution License Packs" shall mean set of prepaid Distribution Licenses 
for
 distribution of Redistributables, as defined in The Qt Company's standard price
@@ -688,7 +688,7 @@
 or through an in-person visit to Licensee's place of business. Any such
 in-person audit shall be conducted during regular business hours at
 Licensee's facilities and shall not unreasonably interfere with Licensee's
-usiness activities. The Qt Company or the independent auditor acting on
+business activities. The Qt Company or the independent auditor acting on
 behalf of The Qt Company shall be entitled to inspect Licensee's Records
 and conduct necessary interviews of Licensee's relevant employees and
 Contractors. All such Licensee's Records and use thereof shall be subject
@@ -1227,7 +1227,7 @@
 Agreement, for a Renewal Term either as new Start-up Development Licenses
 (if the Licensee still qualifies as a Start-up Company), or as normal
 Development Licenses (if the Licensee no longer qualifies as a Start-up
-ompany).
+company).
 
 APPENDIX 5: NON-COMMERCIAL USE
 The provisions of this Appendix 5 are applicable for non-commercial use of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/.QT-FOR-DEVICE-CREATION-LICENSE-AGREEMENT 
new/qtscxml-everywhere-src-6.2.2/.QT-FOR-DEVICE-CREATION-LICENSE-AGREEMENT
--- old/qtscxml-everywhere-src-6.2.1/.QT-FOR-DEVICE-CREATION-LICENSE-AGREEMENT  
2021-10-21 18:32:37.947420800 +0200
+++ new/qtscxml-everywhere-src-6.2.2/.QT-FOR-DEVICE-CREATION-LICENSE-AGREEMENT  
2021-11-26 23:02:17.308225200 +0100
@@ -82,7 +82,7 @@
 "Distribution License(s)" shall mean the license required for any kind of sale,
 trade, exchange, loan, lease, rental or other distribution by or on behalf of
 Licensee to a third party of Redistributables in connection with Devices
-ursuant to license grant described in Section 3.3 of this Agreement.
+pursuant to license grant described in Section 3.3 of this Agreement.
 
 "Distribution License Packs" shall mean set of prepaid Distribution Licenses 
for
 distribution of Redistributables, as defined in The Qt Company's standard price
@@ -688,7 +688,7 @@
 or through an in-person visit to Licensee's place of business. Any such
 in-person audit shall be conducted during regular business hours at
 Licensee's facilities and shall not unreasonably interfere with Licensee's
-usiness activities. The Qt Company or the independent auditor acting on
+business activities. The Qt Company or the independent auditor acting on
 behalf of The Qt Company shall be entitled to inspect Licensee's Records
 and conduct necessary interviews of Licensee's relevant employees and
 Contractors. All such Licensee's Records and use thereof shall be subject
@@ -1227,7 +1227,7 @@
 Agreement, for a Renewal Term either as new Start-up Development Licenses
 (if the Licensee still qualifies as a Start-up Company), or as normal
 Development Licenses (if the Licensee no longer qualifies as a Start-up
-ompany).
+company).
 
 APPENDIX 5: NON-COMMERCIAL USE
 The provisions of this Appendix 5 are applicable for non-commercial use of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtscxml-everywhere-src-6.2.1/.cmake.conf 
new/qtscxml-everywhere-src-6.2.2/.cmake.conf
--- old/qtscxml-everywhere-src-6.2.1/.cmake.conf        2021-10-21 
11:07:17.000000000 +0200
+++ new/qtscxml-everywhere-src-6.2.2/.cmake.conf        2021-11-24 
22:47:44.000000000 +0100
@@ -1,2 +1,2 @@
-set(QT_REPO_MODULE_VERSION "6.2.1")
+set(QT_REPO_MODULE_VERSION "6.2.2")
 set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtscxml-everywhere-src-6.2.1/.qmake.conf 
new/qtscxml-everywhere-src-6.2.2/.qmake.conf
--- old/qtscxml-everywhere-src-6.2.1/.qmake.conf        2021-10-21 
11:07:17.000000000 +0200
+++ new/qtscxml-everywhere-src-6.2.2/.qmake.conf        2021-11-24 
22:47:44.000000000 +0100
@@ -4,4 +4,4 @@
 
 DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS
 
-MODULE_VERSION = 6.2.1
+MODULE_VERSION = 6.2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtscxml-everywhere-src-6.2.1/.tag 
new/qtscxml-everywhere-src-6.2.2/.tag
--- old/qtscxml-everywhere-src-6.2.1/.tag       2021-10-21 11:07:17.000000000 
+0200
+++ new/qtscxml-everywhere-src-6.2.2/.tag       2021-11-24 22:47:44.000000000 
+0100
@@ -1 +1 @@
-1d82963dbe060e3241c033f9eeac01bff950f895
+3db9cbf2ae81420307b56431d57365e790e113ce
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/qtscxml-everywhere-src-6.2.1/dependencies.yaml 
new/qtscxml-everywhere-src-6.2.2/dependencies.yaml
--- old/qtscxml-everywhere-src-6.2.1/dependencies.yaml  2021-10-21 
11:07:17.000000000 +0200
+++ new/qtscxml-everywhere-src-6.2.2/dependencies.yaml  2021-11-24 
22:47:44.000000000 +0100
@@ -1,7 +1,7 @@
 dependencies:
   ../qtbase:
-    ref: 9fa805f7f8dfe96d561e9ed3170770ad768baf93
+    ref: eae95814a46386f8930eeae5486513a78a7a4ddc
     required: true
   ../qtdeclarative:
-    ref: 973399d8e67c264a55ff0f394865a1b721bd8b5a
+    ref: 00c352c4d4b61f8c7a6243768bc5375c3dca3e76
     required: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlcompiler_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlcompiler_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlcompiler_p.h
   2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlcompiler_p.h
   1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxml/qscxmlcompiler_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlcppdatamodel_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlcppdatamodel_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlcppdatamodel_p.h
       2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlcppdatamodel_p.h
       1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxml/qscxmlcppdatamodel_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmldatamodel_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmldatamodel_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmldatamodel_p.h
  2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmldatamodel_p.h
  1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxml/qscxmldatamodel_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmldatamodelplugin_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmldatamodelplugin_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmldatamodelplugin_p.h
    2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmldatamodelplugin_p.h
    1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxml/qscxmldatamodelplugin_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlevent_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlevent_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlevent_p.h
      2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlevent_p.h
      1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxml/qscxmlevent_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlexecutablecontent_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlexecutablecontent_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlexecutablecontent_p.h
  2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlexecutablecontent_p.h
  1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxml/qscxmlexecutablecontent_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlglobals_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlglobals_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlglobals_p.h
    2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlglobals_p.h
    1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxml/qscxmlglobals_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlinvokableservice_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlinvokableservice_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlinvokableservice_p.h
   2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlinvokableservice_p.h
   1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxml/qscxmlinvokableservice_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlstatemachine_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlstatemachine_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlstatemachine_p.h
       2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlstatemachine_p.h
       1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxml/qscxmlstatemachine_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlstatemachineinfo_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlstatemachineinfo_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmlstatemachineinfo_p.h
   2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmlstatemachineinfo_p.h
   1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxml/qscxmlstatemachineinfo_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmltabledata_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmltabledata_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.1/QtScxml/private/qscxmltabledata_p.h
  2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.1/QtScxml/private/qscxmltabledata_p.h
  1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxml/qscxmltabledata_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlcompiler_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlcompiler_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlcompiler_p.h
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlcompiler_p.h
   2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxml/qscxmlcompiler_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlcppdatamodel_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlcppdatamodel_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlcppdatamodel_p.h
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlcppdatamodel_p.h
       2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxml/qscxmlcppdatamodel_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmldatamodel_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmldatamodel_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmldatamodel_p.h
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmldatamodel_p.h
  2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxml/qscxmldatamodel_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmldatamodelplugin_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmldatamodelplugin_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmldatamodelplugin_p.h
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmldatamodelplugin_p.h
    2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxml/qscxmldatamodelplugin_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlevent_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlevent_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlevent_p.h
      1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlevent_p.h
      2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxml/qscxmlevent_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlexecutablecontent_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlexecutablecontent_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlexecutablecontent_p.h
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlexecutablecontent_p.h
  2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxml/qscxmlexecutablecontent_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlglobals_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlglobals_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlglobals_p.h
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlglobals_p.h
    2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxml/qscxmlglobals_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlinvokableservice_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlinvokableservice_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlinvokableservice_p.h
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlinvokableservice_p.h
   2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxml/qscxmlinvokableservice_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlstatemachine_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlstatemachine_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlstatemachine_p.h
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlstatemachine_p.h
       2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxml/qscxmlstatemachine_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlstatemachineinfo_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlstatemachineinfo_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmlstatemachineinfo_p.h
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmlstatemachineinfo_p.h
   2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxml/qscxmlstatemachineinfo_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmltabledata_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmltabledata_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/6.2.2/QtScxml/private/qscxmltabledata_p.h
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/6.2.2/QtScxml/private/qscxmltabledata_p.h
  2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxml/qscxmltabledata_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxml/qtscxmlversion.h 
new/qtscxml-everywhere-src-6.2.2/include/QtScxml/qtscxmlversion.h
--- old/qtscxml-everywhere-src-6.2.1/include/QtScxml/qtscxmlversion.h   
2021-10-21 18:32:37.000000000 +0200
+++ new/qtscxml-everywhere-src-6.2.2/include/QtScxml/qtscxmlversion.h   
2021-11-26 23:02:16.000000000 +0100
@@ -2,8 +2,8 @@
 #ifndef QT_QTSCXML_VERSION_H
 #define QT_QTSCXML_VERSION_H
 
-#define QTSCXML_VERSION_STR "6.2.1"
+#define QTSCXML_VERSION_STR "6.2.2"
 
-#define QTSCXML_VERSION 0x060201
+#define QTSCXML_VERSION 0x060202
 
 #endif // QT_QTSCXML_VERSION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.1/QtScxmlQml/private/eventconnection_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.1/QtScxmlQml/private/eventconnection_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.1/QtScxmlQml/private/eventconnection_p.h
    2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.1/QtScxmlQml/private/eventconnection_p.h
    1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxmlqml/eventconnection_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.1/QtScxmlQml/private/invokedservices_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.1/QtScxmlQml/private/invokedservices_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.1/QtScxmlQml/private/invokedservices_p.h
    2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.1/QtScxmlQml/private/invokedservices_p.h
    1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxmlqml/invokedservices_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.1/QtScxmlQml/private/qscxmlqmlglobals_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.1/QtScxmlQml/private/qscxmlqmlglobals_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.1/QtScxmlQml/private/qscxmlqmlglobals_p.h
   2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.1/QtScxmlQml/private/qscxmlqmlglobals_p.h
   1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxmlqml/qscxmlqmlglobals_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.1/QtScxmlQml/private/statemachineextended_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.1/QtScxmlQml/private/statemachineextended_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.1/QtScxmlQml/private/statemachineextended_p.h
       2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.1/QtScxmlQml/private/statemachineextended_p.h
       1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxmlqml/statemachineextended_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.1/QtScxmlQml/private/statemachineloader_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.1/QtScxmlQml/private/statemachineloader_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.1/QtScxmlQml/private/statemachineloader_p.h
 2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.1/QtScxmlQml/private/statemachineloader_p.h
 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/scxmlqml/statemachineloader_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.2/QtScxmlQml/private/eventconnection_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.2/QtScxmlQml/private/eventconnection_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.2/QtScxmlQml/private/eventconnection_p.h
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.2/QtScxmlQml/private/eventconnection_p.h
    2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxmlqml/eventconnection_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.2/QtScxmlQml/private/invokedservices_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.2/QtScxmlQml/private/invokedservices_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.2/QtScxmlQml/private/invokedservices_p.h
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.2/QtScxmlQml/private/invokedservices_p.h
    2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxmlqml/invokedservices_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.2/QtScxmlQml/private/qscxmlqmlglobals_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.2/QtScxmlQml/private/qscxmlqmlglobals_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.2/QtScxmlQml/private/qscxmlqmlglobals_p.h
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.2/QtScxmlQml/private/qscxmlqmlglobals_p.h
   2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxmlqml/qscxmlqmlglobals_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.2/QtScxmlQml/private/statemachineextended_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.2/QtScxmlQml/private/statemachineextended_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.2/QtScxmlQml/private/statemachineextended_p.h
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.2/QtScxmlQml/private/statemachineextended_p.h
       2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxmlqml/statemachineextended_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.2/QtScxmlQml/private/statemachineloader_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.2/QtScxmlQml/private/statemachineloader_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/6.2.2/QtScxmlQml/private/statemachineloader_p.h
 1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/6.2.2/QtScxmlQml/private/statemachineloader_p.h
 2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/scxmlqml/statemachineloader_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/qtscxmlqmlversion.h 
new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/qtscxmlqmlversion.h
--- old/qtscxml-everywhere-src-6.2.1/include/QtScxmlQml/qtscxmlqmlversion.h     
2021-10-21 18:32:37.000000000 +0200
+++ new/qtscxml-everywhere-src-6.2.2/include/QtScxmlQml/qtscxmlqmlversion.h     
2021-11-26 23:02:16.000000000 +0100
@@ -2,8 +2,8 @@
 #ifndef QT_QTSCXMLQML_VERSION_H
 #define QT_QTSCXMLQML_VERSION_H
 
-#define QTSCXMLQML_VERSION_STR "6.2.1"
+#define QTSCXMLQML_VERSION_STR "6.2.2"
 
-#define QTSCXMLQML_VERSION 0x060201
+#define QTSCXMLQML_VERSION 0x060202
 
 #endif // QT_QTSCXMLQML_VERSION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qabstractstate_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qabstractstate_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qabstractstate_p.h
     2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qabstractstate_p.h
     1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachine/qabstractstate_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qabstracttransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qabstracttransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qabstracttransition_p.h
        2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qabstracttransition_p.h
        1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachine/qabstracttransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qbasickeyeventtransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qbasickeyeventtransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qbasickeyeventtransition_p.h
   2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qbasickeyeventtransition_p.h
   1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachine/gui/qbasickeyeventtransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qbasicmouseeventtransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qbasicmouseeventtransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qbasicmouseeventtransition_p.h
 2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qbasicmouseeventtransition_p.h
 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachine/gui/qbasicmouseeventtransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qeventtransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qeventtransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qeventtransition_p.h
   2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qeventtransition_p.h
   1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachine/qeventtransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qfinalstate_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qfinalstate_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qfinalstate_p.h
        2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qfinalstate_p.h
        1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachine/qfinalstate_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qhistorystate_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qhistorystate_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qhistorystate_p.h
      2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qhistorystate_p.h
      1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachine/qhistorystate_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qsignaleventgenerator_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qsignaleventgenerator_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qsignaleventgenerator_p.h
      2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qsignaleventgenerator_p.h
      1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachine/qsignaleventgenerator_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qsignaltransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qsignaltransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qsignaltransition_p.h
  2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qsignaltransition_p.h
  1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachine/qsignaltransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qstate_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qstate_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qstate_p.h
     2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qstate_p.h
     1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachine/qstate_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qstatemachine_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qstatemachine_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.1/QtStateMachine/private/qstatemachine_p.h
      2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.1/QtStateMachine/private/qstatemachine_p.h
      1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachine/qstatemachine_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qabstractstate_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qabstractstate_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qabstractstate_p.h
     1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qabstractstate_p.h
     2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachine/qabstractstate_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qabstracttransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qabstracttransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qabstracttransition_p.h
        1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qabstracttransition_p.h
        2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachine/qabstracttransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qbasickeyeventtransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qbasickeyeventtransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qbasickeyeventtransition_p.h
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qbasickeyeventtransition_p.h
   2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachine/gui/qbasickeyeventtransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qbasicmouseeventtransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qbasicmouseeventtransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qbasicmouseeventtransition_p.h
 1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qbasicmouseeventtransition_p.h
 2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachine/gui/qbasicmouseeventtransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qeventtransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qeventtransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qeventtransition_p.h
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qeventtransition_p.h
   2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachine/qeventtransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qfinalstate_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qfinalstate_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qfinalstate_p.h
        1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qfinalstate_p.h
        2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachine/qfinalstate_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qhistorystate_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qhistorystate_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qhistorystate_p.h
      1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qhistorystate_p.h
      2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachine/qhistorystate_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qsignaleventgenerator_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qsignaleventgenerator_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qsignaleventgenerator_p.h
      1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qsignaleventgenerator_p.h
      2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachine/qsignaleventgenerator_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qsignaltransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qsignaltransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qsignaltransition_p.h
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qsignaltransition_p.h
  2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachine/qsignaltransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qstate_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qstate_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qstate_p.h
     1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qstate_p.h
     2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachine/qstate_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qstatemachine_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qstatemachine_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/6.2.2/QtStateMachine/private/qstatemachine_p.h
      1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/6.2.2/QtStateMachine/private/qstatemachine_p.h
      2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachine/qstatemachine_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/qtstatemachineversion.h 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/qtstatemachineversion.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachine/qtstatemachineversion.h 
    2021-10-21 18:32:37.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachine/qtstatemachineversion.h 
    2021-11-26 23:02:16.000000000 +0100
@@ -2,8 +2,8 @@
 #ifndef QT_QTSTATEMACHINE_VERSION_H
 #define QT_QTSTATEMACHINE_VERSION_H
 
-#define QTSTATEMACHINE_VERSION_STR "6.2.1"
+#define QTSTATEMACHINE_VERSION_STR "6.2.2"
 
-#define QTSTATEMACHINE_VERSION 0x060201
+#define QTSTATEMACHINE_VERSION 0x060202
 
 #endif // QT_QTSTATEMACHINE_VERSION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/childrenprivate_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/childrenprivate_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/childrenprivate_p.h
      2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/childrenprivate_p.h
      1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachineqml/childrenprivate_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/finalstate_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/finalstate_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/finalstate_p.h
   2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/finalstate_p.h
   1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachineqml/finalstate_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/qstatemachineqmlglobals_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/qstatemachineqmlglobals_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/qstatemachineqmlglobals_p.h
      2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/qstatemachineqmlglobals_p.h
      1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachineqml/qstatemachineqmlglobals_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/signaltransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/signaltransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/signaltransition_p.h
     2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/signaltransition_p.h
     1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachineqml/signaltransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/state_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/state_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/state_p.h
        2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/state_p.h
        1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachineqml/state_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/statemachine_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/statemachine_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/statemachine_p.h
 2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/statemachine_p.h
 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachineqml/statemachine_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/statemachineforeign_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/statemachineforeign_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/statemachineforeign_p.h
  2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/statemachineforeign_p.h
  1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachineqml/statemachineforeign_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/timeouttransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/timeouttransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/timeouttransition_p.h
    2021-10-21 11:07:17.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.1/QtStateMachineQml/private/timeouttransition_p.h
    1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-#include "../../../../../src/statemachineqml/timeouttransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/childrenprivate_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/childrenprivate_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/childrenprivate_p.h
      1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/childrenprivate_p.h
      2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachineqml/childrenprivate_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/finalstate_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/finalstate_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/finalstate_p.h
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/finalstate_p.h
   2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachineqml/finalstate_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/qstatemachineqmlglobals_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/qstatemachineqmlglobals_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/qstatemachineqmlglobals_p.h
      1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/qstatemachineqmlglobals_p.h
      2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachineqml/qstatemachineqmlglobals_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/signaltransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/signaltransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/signaltransition_p.h
     1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/signaltransition_p.h
     2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachineqml/signaltransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/state_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/state_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/state_p.h
        1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/state_p.h
        2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachineqml/state_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/statemachine_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/statemachine_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/statemachine_p.h
 1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/statemachine_p.h
 2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachineqml/statemachine_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/statemachineforeign_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/statemachineforeign_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/statemachineforeign_p.h
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/statemachineforeign_p.h
  2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachineqml/statemachineforeign_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/timeouttransition_p.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/timeouttransition_p.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/timeouttransition_p.h
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/6.2.2/QtStateMachineQml/private/timeouttransition_p.h
    2021-11-24 22:47:44.000000000 +0100
@@ -0,0 +1 @@
+#include "../../../../../src/statemachineqml/timeouttransition_p.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/qtstatemachineqmlversion.h
 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/qtstatemachineqmlversion.h
--- 
old/qtscxml-everywhere-src-6.2.1/include/QtStateMachineQml/qtstatemachineqmlversion.h
       2021-10-21 18:32:37.000000000 +0200
+++ 
new/qtscxml-everywhere-src-6.2.2/include/QtStateMachineQml/qtstatemachineqmlversion.h
       2021-11-26 23:02:16.000000000 +0100
@@ -2,8 +2,8 @@
 #ifndef QT_QTSTATEMACHINEQML_VERSION_H
 #define QT_QTSTATEMACHINEQML_VERSION_H
 
-#define QTSTATEMACHINEQML_VERSION_STR "6.2.1"
+#define QTSTATEMACHINEQML_VERSION_STR "6.2.2"
 
-#define QTSTATEMACHINEQML_VERSION 0x060201
+#define QTSTATEMACHINEQML_VERSION 0x060202
 
 #endif // QT_QTSTATEMACHINEQML_VERSION_H

Reply via email to