mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-29 01:06:27 -05:00
Fixed variable naming error that prevented compiling on Windows
This commit is contained in:
parent
22d533c451
commit
bfee734669
@ -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…
Reference in New Issue
Block a user