| 80 | QString GameController::getGUIDString() const { return getRawGUIDString(); } |
| 81 | |
| 82 | QString GameController::getVendorString() const { return getRawVendorString(); } |
| 83 | |
| 84 | QString GameController::getProductIDString() const { return getRawProductIDString(); } |
| 85 |
nothing calls this directly
no outgoing calls
no test coverage detected