Skip to content
  • franz's avatar
    Use QT file browser functions which return URLs when possible. · 4c856458
    franz authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
    
    
    The getOpenFileNames() and getSaveFileName() methods of QFileDialog only work
    on local paths and return a blank string if the dialog is used to select a
    remote file (e.g., on a Samba share).  As of Qt 5.2 the QFileDialog class
    provides the methods getOpenFileUrls() and getSaveFileUrl() that return QUrl
    objects which can contain URLs to remote paths.  Use these methods when an
    appropriate version of the Qt libraries are available so that the paths to
    remote files are returned correctly when selected via the various file
    selection dialogs.
    
    Signed-off-by: default avatarFrank Praznik <frank.praznik@gmail.com>
    Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
    4c856458