mirror of
https://github.com/opencv/opencv.git
synced 2026-07-21 19:33:03 +04:00
Merge pull request #27186 from jonolds:patch_CvArr
remove undefined/legacy 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