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