continue integrating QT GUI (GoC 2010)

pull/13383/head
Yannick Verdie 15 years ago
parent c6872100db
commit 61f06d9b78
  1. 4
      modules/highgui/include/opencv2/highgui/highgui_c.h

@ -202,8 +202,8 @@ CVAPI(int) cvWaitKey(int delay CV_DEFAULT(0));
//YV
#if defined (HAVE_QT)
//class CvWindow;
//class ViewPort;
class CvWindow;
class ViewPort;
struct CvTrackbar;
CVAPI(int) cvStartLoop(int (*pt2Func)(int argc, char *argv[]), int argc, char *argv[]);

Loading…
Cancel
Save