From d8525e37d0dfd333996e1a32d00ee7a1e918a955 Mon Sep 17 00:00:00 2001 From: Jon Olds Date: Tue, 1 Apr 2025 14:08:45 -0500 Subject: [PATCH] remove legacy/undefined CvArr reference in window_QT.h --- modules/highgui/src/window_QT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/highgui/src/window_QT.h b/modules/highgui/src/window_QT.h index 2951965f98..35c967d422 100644 --- a/modules/highgui/src/window_QT.h +++ b/modules/highgui/src/window_QT.h @@ -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;