slint/examples/cpp
Olivier Goffart d3b89df095 platform_qt example: fix closing the window
- QWindow::hide() don't terminate the application. QWindow::close() does.
- But QWindow::close() also recurse in the closeEvent, so we must
  prevent the recursion with m_visible

Fixes #3363
2023-08-28 18:06:15 +02:00
..
platform_native xtask: Fix up license headers 2023-08-17 08:55:28 +02:00
platform_qt platform_qt example: fix closing the window 2023-08-28 18:06:15 +02:00
qt_viewer xtask: Fix up license headers 2023-08-17 08:55:28 +02:00