Skip to content

Commit

Permalink
Fix the issue of missing imshow icons when linking OpenCV as a static…
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuPeiqiCN authored and IskXCr committed Dec 20, 2023
1 parent fc1499e commit db6187f
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 db6187f

Please sign in to comment.