| 1871 | } |
| 1872 | |
| 1873 | void MainWindow::slotEnableSystemTrayIcon() |
| 1874 | { |
| 1875 | //qDebug(log) << "MainWindow::slotEnableSystemTryIcon()"; |
| 1876 | if(m_TrayIcon) |
| 1877 | { |
| 1878 | if(!m_Parameter.GetEnableSystemTrayIcon()) |
| 1879 | m_TrayIcon.reset(); |
| 1880 | } else |
| 1881 | slotSystemTrayIconTypeChanged(); |
| 1882 | } |
| 1883 | |
| 1884 | void MainWindow::SetStatsVisible(bool visible) |
| 1885 | { |
nothing calls this directly
no test coverage detected