| 69 | } |
| 70 | |
| 71 | void 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 | |
| 82 | EndSessionDetector::~EndSessionDetector() |
| 83 | { |
nothing calls this directly
no test coverage detected