Skip to content
Snippets Groups Projects
Commit 8d4fbe50 authored by Adyasha Dash's avatar Adyasha Dash
Browse files

fix saving and loading mission file on tablet

parent 531b9ac3
No related branches found
No related tags found
No related merge requests found
......@@ -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)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment