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

Method warning

widgets/XcaWarning.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void xcaWarningGui::warning(const QString &msg)
47{
48 showBox(msg, QMessageBox::Warning, QMessageBox::Ok);
49}
50
51bool xcaWarningGui::yesno(const QString &msg)
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected