Try another approach.
This commit is contained in:
parent
43db94f4b0
commit
2c7456ccd3
|
@ -163,7 +163,7 @@ QPixmap CheckableMessageBox::iconPixmap() const
|
|||
}
|
||||
return QPixmap();
|
||||
#else
|
||||
return d->pixmapLabel->pixmap(Qt::ReturnByValueConstant);
|
||||
return d->pixmapLabel->pixmap(Qt::ReturnByValue);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user