MCPcopy Create free account
hub / github.com/Atarity/Lightpack / Destroy

Method Destroy

Software/src/EndSessionDetector.cpp:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void EndSessionDetector::Destroy()
72{
73 if (!m_isDestroyed)
74 {
75 m_isDestroyed = true;
76#ifdef Q_OS_WIN
77 WTSUnRegisterSessionNotification(getLightpackApp()->getMainWindowHandle());
78#endif
79 }
80}
81
82EndSessionDetector::~EndSessionDetector()
83{

Callers

nothing calls this directly

Calls 1

getMainWindowHandleMethod · 0.80

Tested by

no test coverage detected