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

Method getConfigFile

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

Source from the content-addressed store, hash-verified

198QString const &XMLConfigReader::getFileName() { return fileName; }
199
200const QFile *XMLConfigReader::getConfigFile() { return configFile; }
201
202const InputDevice *XMLConfigReader::getJoystick() { return m_joystick; }
203

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected