MCPcopy Create free account
hub / github.com/RetroShare/RetroShare / createNotifyIcons

Method createNotifyIcons

retroshare-gui/src/gui/MainWindow.cpp:709–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

707}
708
709void MainWindow::createNotifyIcons()
710{
711 /* create notify icons */
712 QList<UserNotify*>::iterator it;
713 for (it = userNotifyList.begin(); it != userNotifyList.end(); ++it) {
714 UserNotify *userNotify = *it;
715 userNotify->createIcons(notifyMenu);
716 userNotify->updateIcon();
717 }
718 updateTrayCombine();
719}
720
721const QList<UserNotify*> &MainWindow::getUserNotifyList()
722{

Callers 1

installNotifyIconsMethod · 0.80

Calls 2

createIconsMethod · 0.80
updateIconMethod · 0.80

Tested by

no test coverage detected