MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / postCritical

Method postCritical

app/src/DataModel/NotificationCenter.cpp:190–195  ·  view source on GitHub ↗

* @brief Convenience wrapper that posts a Critical-level event. */

Source from the content-addressed store, hash-verified

188 * @brief Convenience wrapper that posts a Critical-level event.
189 */
190void DataModel::NotificationCenter::postCritical(const QString& channel,
191 const QString& title,
192 const QString& subtitle)
193{
194 post(Critical, channel, title, subtitle);
195}
196
197/**
198 * @brief Emits a companion "resolved" Info event; leaves history intact.

Callers 3

prelude.jsFile · 0.80
SerialStudio.jsFile · 0.80
luaNotifyCriticalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected