Unverified Commit e8349825 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #6174 from mavlink/kmlLoadOnMobile

Missing file extension for QGCFileDialog when loading KML files.
parents cd766d22 94455cc5
......@@ -177,8 +177,7 @@ Item {
title: qsTr("Select KML File")
selectExisting: true
nameFilters: [ qsTr("KML files (*.kml)") ]
fileExtension: "kml"
onAcceptedForLoad: {
mapPolygon.loadKMLFile(file)
close()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment