Commit 11a86919 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #4106 from wingtra/fix/load_save_on_tablet

Fix saving and loading mission file on tablet
parents 531b9ac3 8d4fbe50
......@@ -246,7 +246,7 @@ QGCView {
QGCMobileFileDialog {
openDialog: true
fileExtension: _syncDropDownController.fileExtension
onFilenameReturned: _syncDropDownController.loadFromfile(filename)
onFilenameReturned: _syncDropDownController.loadFromFile(filename)
}
}
......@@ -256,7 +256,7 @@ QGCView {
QGCMobileFileDialog {
openDialog: false
fileExtension: _syncDropDownController.fileExtension
onFilenameReturned: _syncDropDownController.saveToFile()
onFilenameReturned: _syncDropDownController.saveToFile(filename)
}
}
......
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