Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
5.15, 6.9
-
None
-
-
1cd7e01c9 (dev)
Description
Several of the qDebug() operator<< functions do not check for nullptr and will crash.
Also, the output of the debug is inconsistent when the value is a nullptr. QWidget(0x0) vs QAccessibleInterface(null) vs QEvent(this = 0x0) vs QPlatformMenu(0)