Details
-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
5.2.0
-
None
Description
This class should be public because currently it is private and it is impossible to connect a slot to QQuickView::closing (or QQuickWindow::closing) signal in C++ source code. QQuickCloseEvent is an 'incomplete type' and I cannot do this:
#include <QQuickCloseEvent>
Attachments
Issue Links
- resulted in
-
QTBUG-55722 QQuickWindows::closing should be available with no parameter
- Reported