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 1
1
--- 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
3
3
@@ -46,43 +46,50 @@
4
4
#define QT_NO_DEBUG_OUTPUT
5
5
#endif
45
45
+ #include <QGraphicsView>
46
46
#include <QTest>
47
47
+ #include <QVarLengthArray>
48
+ + #include <QHBoxLayout>
48
49
+
49
50
+ #if defined( HAVE_QT_OPENGL )
50
51
+ #include <QtOpenGL>
72
73
+ class QDate;
73
74
+ class QFileDialog;
74
75
+ class QToolBar;
75
- + class QHBoxLayout;
76
76
+
77
77
+ class QAction;
78
78
+ class QButtonGroup;
Original file line number Diff line number Diff line change 1
1
--- 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
3
3
@@ -46,6 +46,30 @@
4
4
5
5
#include <window_QT.h>
You can’t perform that action at this time.
0 commit comments