mirror of
https://github.com/opencv/opencv.git
synced 2026-09-25 04:09:57 +03: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