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
commit b3d3acf75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;