Try another approach.

This commit is contained in:
Roman Telezhynskyi 2020-07-06 16:35:54 +03:00
parent 43db94f4b0
commit 2c7456ccd3

View File

@ -163,7 +163,7 @@ QPixmap CheckableMessageBox::iconPixmap() const
} }
return QPixmap(); return QPixmap();
#else #else
return d->pixmapLabel->pixmap(Qt::ReturnByValueConstant); return d->pixmapLabel->pixmap(Qt::ReturnByValue);
#endif #endif
} }