MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / setNotifications

Method setNotifications

src/statusbar.cpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

updateProblemsButtonMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected