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

Method getErrorString

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

Source from the content-addressed store, hash-verified

175}
176
177const QString XMLConfigReader::getErrorString()
178{
179 QString temp = QString();
180
181 if (xml->hasError())
182 temp = xml->errorString();
183
184 return temp;
185}
186
187bool XMLConfigReader::hasError() { return xml->hasError(); }
188

Callers

nothing calls this directly

Calls 1

hasErrorMethod · 0.45

Tested by

no test coverage detected