MCPcopy Create free account
hub / github.com/chris2511/xca / warning

Method warning

lib/XcaWarningCore.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void xcaWarningCore::warning(const QString &msg)
28{
29 print_cmdline(COL_RED "Warning", msg);
30}
31
32bool xcaWarningCore::yesno(const QString &msg)
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected