Skip to content
Snippets Groups Projects
Commit b610c152 authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlDesigner.PropertyEditor: fix image filter


Change-Id: Ia08ce1e955ff82f62d9bb37baa27933592c78448
Reviewed-by: default avatarAlessandro Portale <alessandro.portale@digia.com>
parent 707f1b44
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ QWidget {
backendValues.source.value = fileName;
}
itemNode: anchorBackend.itemNode
filter: "*.png *.gif *.jpg"
filter: "*.png *.gif *.jpg *.bmp *.jpeg"
showComboBox: true
}
}
......
......@@ -59,7 +59,7 @@ QWidget {
backendValues.source.value = fileName;
}
itemNode: anchorBackend.itemNode
filter: "*.png *.gif *.jpg"
filter: "*.png *.gif *.jpg *.bmp *.jpeg"
showComboBox: true
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment