Android: since jpg is allowd, add jpeg to icon/splash file dialog

Change-Id: I018650a33d681f4ea75c9333eb875a197ce96e3d
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Assam Boudjelthia
2021-11-05 15:21:21 +02:00
parent d80f3f4d8a
commit bcc5c9a344
3 changed files with 6 additions and 5 deletions

View File

@@ -166,7 +166,7 @@ void AndroidManifestEditorIconWidget::selectIcon()
{
FilePath file = FileUtils::getOpenFilePath(this, m_iconSelectionText,
FileUtils::homePath(),
tr("Images (*.png *.jpg *.webp *.svg)"));
tr("Images (*.png *.jpg *.jpeg *.webp *.svg)"));
if (file.isEmpty())
return;
setIconFromPath(file);