Merge pull request #7604 from rokm:highgui-qt

pull/7602/head
Alexander Alekhin 8 years ago
commit d1bbc0b6e6
  1. 2
      modules/highgui/src/window_QT.h

@ -414,7 +414,7 @@ public:
protected:
void icvmouseEvent(QMouseEvent* event, type_mouse_event category);
void icvmouseHandler(QMouseEvent* event, type_mouse_event category, int& cv_event, int& flags);
void icvmouseProcessing(QPointF pt, int cv_event, int flags);
virtual void icvmouseProcessing(QPointF pt, int cv_event, int flags);
CvMouseCallback mouseCallback;
void* mouseData;

Loading…
Cancel
Save