mirror of
https://github.com/opencv/opencv.git
synced 2025-07-31 18:07:08 +08:00
Merge pull request #24370 from LiuPeiqiCN:4.x
Fix imshow icons missing when linking the static opencv library
This commit is contained in:
commit
b3d3acf75f
@ -1675,6 +1675,7 @@ CvWinProperties::~CvWinProperties()
|
|||||||
|
|
||||||
CvWindow::CvWindow(QString name, int arg2)
|
CvWindow::CvWindow(QString name, int arg2)
|
||||||
{
|
{
|
||||||
|
Q_INIT_RESOURCE(window_QT);
|
||||||
type = type_CvWindow;
|
type = type_CvWindow;
|
||||||
|
|
||||||
param_flags = arg2 & 0x0000000F;
|
param_flags = arg2 & 0x0000000F;
|
||||||
|
Loading…
Reference in New Issue
Block a user