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

Method handleFailure

App/Loader.cpp:192–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void
193Loader::handleFailure(const QString &state)
194{
195 (void) QMessageBox::critical(
196 this,
197 "Suscan initialization",
198 "Failed to initialize Suscan's utility library: " + state +
199 "<pre>" + this->getLogText() + "</pre>",
200 QMessageBox::Close);
201
202 QApplication::quit();
203}
204
205void
206Loader::handleDone(void)

Callers

nothing calls this directly

Calls 1

getLogTextMethod · 0.95

Tested by

no test coverage detected