forked from qt-creator/qt-creator
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:
@@ -195,7 +195,7 @@ class DumperBase():
|
||||
self.qtCustomEventFunc = 0
|
||||
self.qtCustomEventPltFunc = 0
|
||||
self.qtPropertyFunc = 0
|
||||
self.fallbackQtVersion = 0x50200
|
||||
self.fallbackQtVersion = 0x60200
|
||||
self.passExceptions = False
|
||||
self.isTesting = False
|
||||
|
||||
|
Reference in New Issue
Block a user