MCPcopy Create free account
hub / github.com/YACReader/yacreader / updateIconVisibility

Method updateIconVisibility

YACReaderLibrary/trayicon_controller.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void TrayIconController::updateIconVisibility()
65{
66 trayIcon.setVisible(settings->value(CLOSE_TO_TRAY, false).toBool());
67}
68
69bool TrayIconController::handleCloseToTrayIcon(QCloseEvent *event)
70{

Callers 1

reloadOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected