Skip to content

Drop Android-specific file dialog code

Nicolas Fella requested to merge nicolasfella/itinerary:filedialog into master

Qt 5.13 has support for Android file dialogs OOTB and the binary factory uses it. No need for Android specific code any more. Also move the dialog handling to QML because QFileDialog needs a QApplication

Merge request reports