MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / handleChange

Method handleChange

App/Loader.cpp:186–190  ·  view source on GitHub ↗

Signal handlers

Source from the content-addressed store, hash-verified

184
185// Signal handlers
186void
187Loader::handleChange(const QString &state)
188{
189 this->showMessage(state + "...");
190}
191
192void
193Loader::handleFailure(const QString &state)

Callers

nothing calls this directly

Calls 1

showMessageMethod · 0.95

Tested by

no test coverage detected