Commit 61f06d9b authored by Yannick Verdie's avatar Yannick Verdie

continue integrating QT GUI (GoC 2010)

parent c6872100
...@@ -202,8 +202,8 @@ CVAPI(int) cvWaitKey(int delay CV_DEFAULT(0)); ...@@ -202,8 +202,8 @@ CVAPI(int) cvWaitKey(int delay CV_DEFAULT(0));
//YV //YV
#if defined (HAVE_QT) #if defined (HAVE_QT)
//class CvWindow; class CvWindow;
//class ViewPort; class ViewPort;
struct CvTrackbar; struct CvTrackbar;
CVAPI(int) cvStartLoop(int (*pt2Func)(int argc, char *argv[]), int argc, char *argv[]); CVAPI(int) cvStartLoop(int (*pt2Func)(int argc, char *argv[]), int argc, char *argv[]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment