Skip to content

Filedialog: Avoid double calling exec() in the MobileFileDialog

Using m_mobileFileDialog can lead to a situation where two applications request a file opening dialog or a file saving dialog at the same time. This will cause the second application to wait indefinitely for the dialog in modal mode (by default). The second application in this state will be unavailable for any interaction

Merge request reports