| 183 | } |
| 184 | |
| 185 | void 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 | |
| 191 | QString CFTool::getCFToolVersion() const |
| 192 | { |
nothing calls this directly
no outgoing calls
no test coverage detected