| 198 | QString const &XMLConfigReader::getFileName() { return fileName; } |
| 199 | |
| 200 | const QFile *XMLConfigReader::getConfigFile() { return configFile; } |
| 201 | |
| 202 | const InputDevice *XMLConfigReader::getJoystick() { return m_joystick; } |
| 203 |
nothing calls this directly
no outgoing calls
no test coverage detected