| 187 | bool XMLConfigReader::hasError() { return xml->hasError(); } |
| 188 | |
| 189 | void XMLConfigReader::initDeviceTypes() |
| 190 | { |
| 191 | deviceTypes.clear(); |
| 192 | deviceTypes.append(GlobalVariables::Joystick::xmlName); |
| 193 | deviceTypes.append(GlobalVariables::GameController::xmlName); |
| 194 | } |
| 195 | |
| 196 | const QXmlStreamReader *XMLConfigReader::getXml() { return xml; } |
| 197 |
nothing calls this directly
no outgoing calls
no test coverage detected