Merge pull request #24370 from LiuPeiqiCN:4.x

Fix imshow icons missing when linking the static opencv library
pull/24371/head
Alexander Smorkalov 1 year ago committed by GitHub
commit b3d3acf75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      modules/highgui/src/window_QT.cpp

@ -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…
Cancel
Save