Commit d1bbc0b6 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #7604 from rokm:highgui-qt

parents 3dc022ae baf613bc
......@@ -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;
......
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