1
0
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:
Jon Olds
2025-04-01 14:08:45 -05:00
parent 69b91cabb4
commit d8525e37d0
+1 -1
View File
@@ -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;