mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-12 11:37:12 -05:00
Avoid warning in MacOS implementation
This commit is contained in:
parent
a3af8fc0ea
commit
44085df592
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ ScreenLockListenerPrivate::ScreenLockListenerPrivate(QWidget* parent):
|
|||
|
||||
ScreenLockListenerPrivate* ScreenLockListenerPrivate::instance(QWidget* parent){
|
||||
#if defined(Q_OS_OSX)
|
||||
Q_UNUSED(parent);
|
||||
return ScreenLockListenerMac::instance();
|
||||
#endif
|
||||
#if defined(Q_OS_LINUX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue