* @brief Convenience wrapper that posts a Critical-level event. */
| 188 | * @brief Convenience wrapper that posts a Critical-level event. |
| 189 | */ |
| 190 | void 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. |
no outgoing calls
no test coverage detected