File tree Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Expand file tree Collapse file tree 2 files changed +11
-18
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-28 13:21:30.934272400 +0300
3
- @@ -46,43 +46,47 @@
2
+ +++ opencv/modules/highgui/src/window_QT_patched.h 2018-06-30 01:10:16.135894200 +0300
3
+ @@ -46,43 +46,48 @@
4
4
#define QT_NO_DEBUG_OUTPUT
5
5
#endif
6
6
7
- + QT_BEGIN_NAMESPACE
7
+ + #include <QApplication>
8
8
+
9
9
#if defined( HAVE_QT_OPENGL )
10
- - #include <QtOpenGL>
11
- - #include <QGLWidget>
12
- + class QtOpenGL;
13
- + class QGLWidget;
10
+ #include <QtOpenGL>
11
+ #include <QGLWidget>
14
12
#endif
15
13
16
14
- #include <QAbstractEventDispatcher>
45
43
- #include <QButtonGroup>
46
44
- #include <QMenu>
47
45
- #include <QTest>
46
+ + QT_BEGIN_NAMESPACE
47
+ +
48
48
+ class QAbstractEventDispatcher;
49
- + class QApplication;
50
49
+ class QFile;
51
50
+ class QPushButton;
52
51
+ class QGraphicsView;
Original file line number Diff line number Diff line change 1
- --- opencv/modules/highgui/src/window_QT.cpp 2018-06-28 13:13:52.234096700 +0300
2
- +++ opencv/modules/highgui/src/window_QT_patched.cpp 2018-06-28 13:20:54.896046500 +0300
3
- @@ -46,6 +46,44 @@
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 01:10:09.448939500 +0300
3
+ @@ -46,6 +46,38 @@
4
4
5
5
#include <window_QT.h>
6
6
7
- + #if defined( HAVE_QT_OPENGL )
8
- + #include <QtOpenGL>
9
- + #include <QGLWidget>
10
- + #endif
11
- +
12
7
+ #include <QAbstractEventDispatcher>
13
- + #include <QApplication>
14
8
+ #include <QFile>
15
9
+ #include <QPushButton>
16
10
+ #include <QGraphicsView>
45
39
#include <math.h>
46
40
47
41
#ifdef _WIN32
48
- @@ -60,7 +98 ,6 @@
42
+ @@ -60,7 +92 ,6 @@
49
43
#endif
50
44
#endif
51
45
You can’t perform that action at this time.
0 commit comments