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

Method postWarning

app/src/DataModel/NotificationCenter.cpp:180–185  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

178 * @brief Convenience wrapper that posts a Warning-level event.
179 */
180void DataModel::NotificationCenter::postWarning(const QString& channel,
181 const QString& title,
182 const QString& subtitle)
183{
184 post(Warning, channel, title, subtitle);
185}
186
187/**
188 * @brief Convenience wrapper that posts a Critical-level event.

Callers 6

prelude.jsFile · 0.80
SerialStudio.jsFile · 0.80
luaNotifyWarningFunction · 0.80
resolveDiskFileChangeMethod · 0.80
endDatasetPassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected