Skip to content

Commit bf58f7a

Browse files
committed
forward declare
1 parent 09d00b0 commit bf58f7a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

patches/patch1.patch

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 17:10:09.916999500 +0300
3-
@@ -46,43 +46,50 @@
2+
+++ opencv/modules/highgui/src/window_QT_patched.h 2018-06-30 17:35:55.145192900 +0300
3+
@@ -46,43 +46,51 @@
44
#define QT_NO_DEBUG_OUTPUT
55
#endif
66

@@ -73,6 +73,7 @@
7373
+class QDate;
7474
+class QFileDialog;
7575
+class QToolBar;
76+
+class QHBoxLayout;
7677
+
7778
+class QAction;
7879
+class QButtonGroup;

0 commit comments

Comments
 (0)