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:
louib 2020-10-03 12:16:35 -04:00 committed by Jonathan White
parent 8f84675874
commit 9bffe05020
15 changed files with 14 additions and 14 deletions

View file

@ -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)