* @brief Convenience wrapper that posts a Warning-level event. */
| 178 | * @brief Convenience wrapper that posts a Warning-level event. |
| 179 | */ |
| 180 | void 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. |
no outgoing calls
no test coverage detected