MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / setStatus

Method setStatus

ASAP/QtProgressMonitor.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8void QtProgressMonitor::setStatus(const std::string& status) {
9 ProgressMonitor::setStatus(status);
10 emit statusChanged(status);
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected