Beispiel #1
0
/*!
  Removes the icon from the system tray and frees all allocated resources.
*/
TrayIcon::~TrayIcon() { sysRemove(); }
Beispiel #2
0
/**
  Hides the system tray entry.
*/
void TrayIcon::hide()
{
    sysRemove();
}