mirror of
https://github.com/opencv/opencv.git
synced 2026-07-22 03:43:03 +04:00
5d5b5c14a9
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