mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-10 02:35:13 -05:00
Fixed variable naming error that prevented compiling on Windows
This commit is contained in:
parent
22d533c451
commit
bfee734669
1 changed files with 2 additions and 2 deletions
|
|
@ -52,8 +52,8 @@ ScreenLockListenerWin::~ScreenLockListenerWin()
|
|||
HWND h= reinterpret_cast<HWND>(static_cast<QWidget*>(parent())->winId());
|
||||
WTSUnRegisterSessionNotification(h);
|
||||
|
||||
if (m_powernotificationhandle) {
|
||||
UnregisterPowerSettingNotification(reinterpret_cast<HPOWERNOTIFY>(m_powernotificationhandle));
|
||||
if (m_powerNotificationHandle) {
|
||||
UnregisterPowerSettingNotification(reinterpret_cast<HPOWERNOTIFY>(m_powerNotificationHandle));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue