mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
remove legacy/undefined CvArr reference in window_QT.h
This commit is contained in:
@@ -459,7 +459,7 @@ public:
|
||||
double getRatio() CV_OVERRIDE;
|
||||
void setRatio(int flags) CV_OVERRIDE;
|
||||
|
||||
void updateImage(const CvArr* arr) CV_OVERRIDE;
|
||||
void updateImage(cv::InputArray arr) CV_OVERRIDE;
|
||||
|
||||
void startDisplayInfo(QString text, int delayms) CV_OVERRIDE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user