| 303 | } |
| 304 | |
| 305 | void CParameterApp::SetSystemTrayIconMenuType(SystemTrayIconMenuType newSystemTrayIconType) |
| 306 | { |
| 307 | if(m_SystemTrayIconType == newSystemTrayIconType) |
| 308 | return; |
| 309 | m_SystemTrayIconType = newSystemTrayIconType; |
| 310 | SetModified(true); |
| 311 | emit sigSystemTrayIconTypeChanged(); |
| 312 | } |
| 313 | |
| 314 | bool CParameterApp::GetEnableSystemTrayIcon() const |
| 315 | { |