mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-18 05:14:16 -05:00
Merge branch 'develop' into fix-bugs-link
This commit is contained in:
commit
e6cddf797a
@ -52,8 +52,8 @@ ScreenLockListenerWin::~ScreenLockListenerWin()
|
|||||||
HWND h= reinterpret_cast<HWND>(static_cast<QWidget*>(parent())->winId());
|
HWND h= reinterpret_cast<HWND>(static_cast<QWidget*>(parent())->winId());
|
||||||
WTSUnRegisterSessionNotification(h);
|
WTSUnRegisterSessionNotification(h);
|
||||||
|
|
||||||
if (m_powernotificationhandle) {
|
if (m_powerNotificationHandle) {
|
||||||
UnregisterPowerSettingNotification(reinterpret_cast<HPOWERNOTIFY>(m_powernotificationhandle));
|
UnregisterPowerSettingNotification(reinterpret_cast<HPOWERNOTIFY>(m_powerNotificationHandle));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user