mirror of
https://github.com/opencv/opencv.git
synced 2026-01-18 17:21:42 +01:00
Respect QApplication::quitOnLastWindowClosed() before calling qApp->quit(). This prevents OpenCV from unintentionally terminating externally managed Qt applications when the last HighGUI window is closed. Fixes #28291