continue integrating QT GUI (GoC 2010)

This commit is contained in:
Yannick Verdie 2010-06-07 08:47:33 +00:00
parent c6872100db
commit 61f06d9b78

View File

@ -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[]);