MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / slotEnableSystemTrayIcon

Method slotEnableSystemTrayIcon

App/Client/mainwindow.cpp:1873–1882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1871}
1872
1873void 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
1884void MainWindow::SetStatsVisible(bool visible)
1885{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected