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

Method getErrorString

src/eventhandlers/baseeventhandler.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30BaseEventHandler::~BaseEventHandler() {}
31
32QString BaseEventHandler::getErrorString() { return lastErrorString; }
33
34/**
35 * @brief Do nothing by default. Allow child classes to specify text to output

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected