MCPcopy Create free account
hub / github.com/MultiMC/Launcher / BrowseForFiles

Method BrowseForFiles

launcher/ui/GuiUtil.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132
133QStringList GuiUtil::BrowseForFiles(QString context, QString caption, QString filter, QString defaultPath, QWidget *parentWidget)
134{
135 return BrowseForFileInternal(context, caption, filter, defaultPath, parentWidget, false);
136}

Callers

nothing calls this directly

Calls 1

BrowseForFileInternalFunction · 0.85

Tested by

no test coverage detected