Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.13
-
None
Description
Poor contact with the external screen has caused frequent triggering of the QAlication:: screenAdded signal. My program will call the QWidget:: resize() function, and frequent calls have been found to have a probability of causing the program to crash within the QScreen:: name() function. Do we need to return d ->platformScreen ->name(); Add null pointer detection before code?