mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
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:
parent
5fb3869775
commit
631f229827
@ -1675,6 +1675,7 @@ CvWinProperties::~CvWinProperties()
|
||||
|
||||
CvWindow::CvWindow(QString name, int arg2)
|
||||
{
|
||||
Q_INIT_RESOURCE(window_QT);
|
||||
type = type_CvWindow;
|
||||
|
||||
param_flags = arg2 & 0x0000000F;
|
||||
|
Loading…
Reference in New Issue
Block a user