Skip to content

Commit 09d00b0

Browse files
committed
add missing include
1 parent f3ad7d0 commit 09d00b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

patches/patch1.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -45,6 +45,7 @@
4545
+#include <QGraphicsView>
4646
#include <QTest>
4747
+#include <QVarLengthArray>
48+
+#include <QHBoxLayout>
4849
+
4950
+#if defined( HAVE_QT_OPENGL )
5051
+#include <QtOpenGL>
@@ -72,7 +73,6 @@
7273
+class QDate;
7374
+class QFileDialog;
7475
+class QToolBar;
75-
+class QHBoxLayout;
7676
+
7777
+class QAction;
7878
+class QButtonGroup;

patches/patch2.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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>

0 commit comments

Comments
 (0)