forked from qt-creator/qt-creator
FileUtils:: Support non-native filedialog
Change-Id: I71797a31c58f0870a95ac396404721b004741115 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -126,13 +126,6 @@ public:
|
||||
const QString &filter = {},
|
||||
QString *selectedFilter = nullptr,
|
||||
QFileDialog::Options options = {});
|
||||
|
||||
static FilePath getOpenFilePathFromDevice(QWidget *parent,
|
||||
const QString &caption,
|
||||
const FilePath &dir = {},
|
||||
const QString &filter = {},
|
||||
QString *selectedFilter = nullptr,
|
||||
QFileDialog::Options options = {});
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user