Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
5.15.16, 6.6.1
-
None
-
-
f719ee640 (dev), a49d309b4 (6.7), 08c01f625 (6.6), fadb14a8d (tqtc/lts-6.5), 67902f1a0 (tqtc/lts-6.2), 684656d53 (tqtc/lts-5.15)
Description
Description:
If the two starting widgets have been closed, selection "Grab framebuffer" from "File" will crash the example.
Steps to reproduce:
- Open the Qt Quick Widgets example
- Close the two starting windows
- In "File" select "Grab Framebuffer"
Expected behavior:
Selection "Grab framebuffer" should not be crashing the example.
Observed behavior:
If the two starting widgets have been closed, selection "Grab Framebuffer" will crash the example.
Special notes:
It is specifically closing the starting widgets that causes the issue. Creating new ones and closing them will not have this effect.