mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-26 16:25:23 -04:00
Moving all OS utils to gui/osutils
The classes used for screen lock detection use QWidget and are only ever used by the GUI, so moving them there so we can eventually build core/ without Qt5::Widgets.
This commit is contained in:
parent
8f84675874
commit
9bffe05020
15 changed files with 14 additions and 14 deletions
|
@ -35,7 +35,7 @@
|
|||
#include <QtNetwork/QLocalSocket>
|
||||
|
||||
#if defined(Q_OS_WIN) || (defined(Q_OS_UNIX) && !defined(Q_OS_MACOS))
|
||||
#include "core/OSEventFilter.h"
|
||||
#include "gui/osutils/OSEventFilter.h"
|
||||
#endif
|
||||
|
||||
#if defined(Q_OS_UNIX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue