Merge pull request #13157 from druiz17/fix-qml-crash

fix qml crash on start up
This commit is contained in:
Seth Alves 2018-05-11 11:38:12 -07:00 committed by GitHub
commit c624528f72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ Item {
// Set from OffscreenUi::assetDialog()
property alias dir: assetTableModel.folder
property alias filter: selectionType.filtersString
property int options
property bool selectDirectory: false
property bool singleClickNavigate: false