mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 12:52:33 -05: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