MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / errorWhat

Method errorWhat

communication/communicationmanager.cpp:1261–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1259
1260
1261QString CommunicationManager::errorWhat(QString what) {
1262 if (what.trimmed() != "") {
1263 return ":" + what;
1264 }
1265 return "";
1266}
1267
1268

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected