MCPcopy Create free account
hub / github.com/LibreVR/Revive / openDialog

Method openDialog

ReviveOverlay/trayiconcontroller.cpp:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155QString CTrayIconController::openDialog()
156{
157 return QFileDialog::getOpenFileName(
158 nullptr, "Revive",
159 QStandardPaths::writableLocation(QStandardPaths::DesktopLocation),
160 "Application (*.exe)");
161}
162
163void CTrayIconController::show()
164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected