1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix osx compilation

This commit is contained in:
Elias Steurer 2023-02-03 17:55:22 +01:00
parent 13959b39cf
commit 46391d1e5d
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
// SPDX-License-Identifier: LicenseRef-EliasSteurerTachiom OR AGPL-3.0-only
#pragma once
#include <QObject>
#include <QWindow>
class MacBridge : public QObject {
Q_OBJECT

View File

@ -2,6 +2,8 @@
#pragma once
#include <QObject>
#include <QWindow>
class MacIntegration : public QObject {
Q_OBJECT
public: