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