MCPcopy Create free account
hub / github.com/ckaiser/Lightscreen / ~LightscreenWindow

Method ~LightscreenWindow

lightscreenwindow.cpp:134–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134LightscreenWindow::~LightscreenWindow()
135{
136 settings()->setValue("lastScreenshot", mLastScreenshot);
137 settings()->sync();
138 mGlobalHotkeys->unregisterAllHotkeys();
139}
140
141void LightscreenWindow::action(int mode)
142{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected