MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / showToastMessage

Method showToastMessage

src/Extensions/CFTool.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void CFTool::showToastMessage(const QString &message)
186{
187 if (SettingsHelper::isCFShowToastMessages())
188 emit requestToastMessage(tr("Contest %1 Problem %2").arg(problemContestId).arg(problemCode), message);
189}
190
191QString CFTool::getCFToolVersion() const
192{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected