| 115 | } |
| 116 | |
| 117 | void NotificationManager::notify(uint type, const QString &name, const QString &msg, const QStringList &actions) |
| 118 | { |
| 119 | notify(type, name, msg, actions, nullptr); |
| 120 | } |
| 121 | |
| 122 | void NotificationManager::notify(uint type, const QString &name, const QString &msg, const QStringList &actions, NotifyCallback cb) |
| 123 | { |
nothing calls this directly
no test coverage detected