MCPcopy Create free account
hub / github.com/cvut/qtrvsim / report_started

Method report_started

src/gui/extprocess.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void ExtProcess::report_started() {
33 report_message(
34 messagetype::MSG_START, "", 0, 0, program() + ": started", "");
35}
36
37void ExtProcess::process_output() {
38 QString file = "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected