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

Method inject

ReviveOverlay/trayiconcontroller.cpp:106–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void CTrayIconController::inject()
107{
108 QString file = openDialog();
109 if (file.isNull())
110 return;
111
112 CReviveManifestController::SharedInstance()->LaunchInjector(QDir::toNativeSeparators(file));
113}
114
115void CTrayIconController::shortcut()
116{

Callers

nothing calls this directly

Calls 1

LaunchInjectorMethod · 0.80

Tested by

no test coverage detected