Added to use .webp images too.

This commit is contained in:
defnax 2020-12-24 17:56:24 +01:00
parent 0169edcd8f
commit 10f7d7adec

View file

@ -305,7 +305,7 @@ QPixmap misc::getOpenThumbnailedPicture(QWidget *parent, const QString &caption,
{ {
// Let the user choose an picture file // Let the user choose an picture file
QString fileName; QString fileName;
if (!getOpenFileName(parent, RshareSettings::LASTDIR_IMAGES, caption, tr("Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif)"), fileName)) if (!getOpenFileName(parent, RshareSettings::LASTDIR_IMAGES, caption, tr("Pictures (*.png *.jpeg *.xpm *.jpg *.tiff *.gif *.webp)"), fileName))
return QPixmap(); return QPixmap();
if(width > 0 && height > 0) if(width > 0 && height > 0)