1
0
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:
Alexander Smorkalov
2025-04-02 09:18:01 +03:00
committed by GitHub
+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;