MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / BrowseForFiles

Method BrowseForFiles

launcher/ui/GuiUtil.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181
182
183QStringList GuiUtil::BrowseForFiles(QString context, QString caption, QString filter, QString defaultPath, QWidget *parentWidget)
184{
185 return BrowseForFileInternal(context, caption, filter, defaultPath, parentWidget, false);
186}

Callers

nothing calls this directly

Calls 1

BrowseForFileInternalFunction · 0.85

Tested by

no test coverage detected