diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-03-11 16:58:32 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-03-12 07:07:48 -0700 |
commit | ff68fd7c0cefa0e02e81c89a1389095b45969639 (patch) | |
tree | 9c6802e6e1a4ffb4cde6f8263e61515a859dc91e /mobile-widgets/qml | |
parent | f2a8562b5da9abdf3961cc35dfebad9c710e4f30 (diff) | |
download | subsurface-ff68fd7c0cefa0e02e81c89a1389095b45969639.tar.gz |
mobile/export: fix invalid reference
This just removes broken code. That file select dialog is still just a very
strange idea and should be revisited at some point.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/Export.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Export.qml b/mobile-widgets/qml/Export.qml index 88e5a1580..4f89334e3 100644 --- a/mobile-widgets/qml/Export.qml +++ b/mobile-widgets/qml/Export.qml @@ -16,7 +16,6 @@ TemplatePage { id: saveAsDialog folder: shortcuts.documents selectFolder: true - title: radioGroup.current.text onAccepted: { manager.exportToFile(selectedExport, fileUrls, anonymize.checked) pageStack.pop() |