Debugger: Use Qt 6,2 as fallback version

Change-Id: I0787d212f2a98b3aa2c2f1eda28b93731c81de08
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
hjk
2022-05-03 18:34:33 +02:00
parent 910dd04bf7
commit 61c6f532b2

View File

@@ -195,7 +195,7 @@ class DumperBase():
self.qtCustomEventFunc = 0 self.qtCustomEventFunc = 0
self.qtCustomEventPltFunc = 0 self.qtCustomEventPltFunc = 0
self.qtPropertyFunc = 0 self.qtPropertyFunc = 0
self.fallbackQtVersion = 0x50200 self.fallbackQtVersion = 0x60200
self.passExceptions = False self.passExceptions = False
self.isTesting = False self.isTesting = False