MCPcopy Create free account
hub / github.com/ckaiser/Lightscreen / restoreNotification

Method restoreNotification

lightscreenwindow.cpp:453–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void LightscreenWindow::restoreNotification()
454{
455 if (mTrayIcon) {
456 mTrayIcon->setIcon(QIcon(":/icons/lightscreen.small"));
457 }
458
459 if (mHasTaskbarButton) {
460 mTaskbarButton->clearOverlayIcon();
461 mTaskbarButton->progress()->setVisible(false);
462 mTaskbarButton->progress()->stop();
463 mTaskbarButton->progress()->reset();
464 }
465
466 updateStatus();
467}
468
469void LightscreenWindow::screenshotAction(Screenshot::Mode mode)
470{

Callers

nothing calls this directly

Calls 3

QIconClass · 0.85
clearOverlayIconMethod · 0.80
progressMethod · 0.45

Tested by

no test coverage detected