| 73 | } |
| 74 | |
| 75 | void StatusBar::setNotifications(bool hasNotifications) |
| 76 | { |
| 77 | if (m_notifications) { |
| 78 | m_notifications->set(hasNotifications); |
| 79 | } |
| 80 | } |
| 81 | |
| 82 | void StatusBar::setAPI(const APIStats& stats, const APIUserAccount& user) |
| 83 | { |
no test coverage detected