Fix the issue of missing imshow icons when linking OpenCV as a static library (https://github.com/opencv/opencv-python/issues/585)

This commit is contained in:
刘佩其 2023-10-07 11:18:32 +08:00
parent 5fb3869775
commit 631f229827

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;