File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11--- opencv/modules/highgui/src/window_QT.h 2018-06-28 13:13:55.119434000 +0300
2- +++ opencv/modules/highgui/src/window_QT_patched.h 2018-06-30 16:46:55.848126700 +0300
2+ +++ opencv/modules/highgui/src/window_QT_patched.h 2018-06-30 17:10:09.916999500 +0300
33@@ -46,43 +46,50 @@
44 #define QT_NO_DEBUG_OUTPUT
55 #endif
4545+ #include <QGraphicsView>
4646 #include <QTest>
4747+ #include <QVarLengthArray>
48+ + #include <QHBoxLayout>
4849+
4950+ #if defined( HAVE_QT_OPENGL )
5051+ #include <QtOpenGL>
7273+ class QDate;
7374+ class QFileDialog;
7475+ class QToolBar;
75- + class QHBoxLayout;
7676+
7777+ class QAction;
7878+ class QButtonGroup;
Original file line number Diff line number Diff line change 11--- opencv/modules/highgui/src/window_QT.cpp 2018-06-30 01:04:51.649121800 +0300
2- +++ opencv/modules/highgui/src/window_QT_patched.cpp 2018-06-30 16:46:56.630661000 +0300
2+ +++ opencv/modules/highgui/src/window_QT_patched.cpp 2018-06-30 17:09:28.697256300 +0300
33@@ -46,6 +46,30 @@
44
55 #include <window_QT.h>
You can’t perform that action at this time.
0 commit comments