| 317 | } |
| 318 | |
| 319 | int CParameterApp::SetEnableSystemTrayIcon(bool bShow) |
| 320 | { |
| 321 | if(m_bEnableSystemTrayIcon == bShow) |
| 322 | return 0; |
| 323 | m_bEnableSystemTrayIcon = bShow; |
| 324 | SetModified(true); |
| 325 | emit sigEnableSystemTrayIcon(); |
| 326 | return 0; |
| 327 | } |
| 328 | |
| 329 | bool CParameterApp::GetOpenLasterClose() const |
| 330 | { |