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

Method initDeviceTypes

src/xmlconfigreader.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187bool XMLConfigReader::hasError() { return xml->hasError(); }
188
189void XMLConfigReader::initDeviceTypes()
190{
191 deviceTypes.clear();
192 deviceTypes.append(GlobalVariables::Joystick::xmlName);
193 deviceTypes.append(GlobalVariables::GameController::xmlName);
194}
195
196const QXmlStreamReader *XMLConfigReader::getXml() { return xml; }
197

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected