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

Method resolve

app/src/DataModel/NotificationCenter.cpp:200–208  ·  view source on GitHub ↗

* @brief Emits a companion "resolved" Info event; leaves history intact. */

Source from the content-addressed store, hash-verified

198 * @brief Emits a companion "resolved" Info event; leaves history intact.
199 */
200void DataModel::NotificationCenter::resolve(const QString& channel,
201 const QString& title,
202 const QString& subtitle)
203{
204 const QString resolvedTitle = title.trimmed().isEmpty()
205 ? QStringLiteral("Resolved")
206 : QStringLiteral("Resolved: %1").arg(title.trimmed());
207 post(Info, channel, resolvedTitle, subtitle);
208}
209
210//--------------------------------------------------------------------------------------------------
211// History accessors

Callers 15

prelude.jsFile · 0.45
SerialStudio.jsFile · 0.45
luaNotifyClearFunction · 0.45
sanitize-commit.pyFile · 0.45
sanitize_permissionsFunction · 0.45
generate-sdk.pyFile · 0.45
expand-doxygen.pyFile · 0.45
iter_markdown_filesFunction · 0.45
mainFunction · 0.45
_is_first_partyFunction · 0.45
default_targetsFunction · 0.45

Calls 1

isEmptyMethod · 0.80

Tested by 1