1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #24370 from LiuPeiqiCN:4.x

Fix imshow icons missing when linking the static opencv library
This commit is contained in:
Alexander Smorkalov
2023-10-12 21:57:41 +03:00
committed by GitHub
+1
View File
@@ -1675,6 +1675,7 @@ CvWinProperties::~CvWinProperties()
CvWindow::CvWindow(QString name, int arg2)
{
Q_INIT_RESOURCE(window_QT);
type = type_CvWindow;
param_flags = arg2 & 0x0000000F;