5#ifndef QLOCALFILEAPI_P_H
6#define QLOCALFILEAPI_P_H
19#include <private/qglobal_p.h>
20#include <qstringview.h>
21#include <emscripten/val.h>
28class Q_AUTOTEST_EXPORT
Type
std::string makeFileInputAccept(const QStringList &filterList)
emscripten::val makeOpenFileOptions(const QStringList &filterList, bool acceptMultiple)
emscripten::val makeSaveFileOptions(const QStringList &filterList, const std::string &suggestedName)
Combined button and popup list for selecting options.