MacOS lock/unlock added

This commit is contained in:
Paulchen-Panther
2023-11-14 16:12:21 +01:00
parent 114282ff70
commit a238ebffc0
14 changed files with 107 additions and 33 deletions

View File

@@ -11,7 +11,7 @@
#include <utils/Logger.h>
#include <utils/Components.h>
#include <events/Event.h>
#include <events/EventEnum.h>
///
/// @brief The Grabber class is responsible to apply image resizes (with or without ImageResampler)

View File

@@ -18,7 +18,7 @@
#include <grabber/GrabberType.h>
#include <events/Event.h>
#include <events/EventEnum.h>
class Grabber;
class GlobalSignals;

View File

@@ -5,7 +5,7 @@
#include <utils/VideoMode.h>
#include <utils/settings.h>
#include <utils/Components.h>
#include <events/Event.h>
#include <events/EventEnum.h>
// qt
#include <QMap>