1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #9447 from dkurt:qt_windows

This commit is contained in:
Alexander Alekhin
2017-08-23 14:19:45 +00:00
+1
View File
@@ -994,6 +994,7 @@ void GuiReceiver::createWindow(QString name, int flags)
nb_windows++;
new CvWindow(name, flags);
cvWaitKey(1);
}