Skip to content

Commit

Permalink
Merge pull request #24370 from LiuPeiqiCN:4.x
Browse files Browse the repository at this point in the history
Fix imshow icons missing when linking the static opencv library
  • Loading branch information
asmorkalov committed Oct 12, 2023
2 parents 5ddf3de + 631f229 commit b3d3acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/highgui/src/window_QT.cpp
Expand Up @@ -1675,6 +1675,7 @@ CvWinProperties::~CvWinProperties()

CvWindow::CvWindow(QString name, int arg2)
{
Q_INIT_RESOURCE(window_QT);
type = type_CvWindow;

param_flags = arg2 & 0x0000000F;
Expand Down

0 comments on commit b3d3acf

Please sign in to comment.