forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user