MCPcopy Create free account
hub / github.com/AntiMicroX/antimicrox / getVendorString

Method getVendorString

src/gamecontroller/gamecontroller.cpp:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80QString GameController::getGUIDString() const { return getRawGUIDString(); }
81
82QString GameController::getVendorString() const { return getRawVendorString(); }
83
84QString GameController::getProductIDString() const { return getRawProductIDString(); }
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected