1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-06 19:12:30 +01:00

Merge branch '161-refactor-screenplaywallpaper-to-no-longer-inherit-from-basewindow' of https://gitlab.com/kelteseth/ScreenPlay into 161-refactor-screenplaywallpaper-to-no-longer-inherit-from-basewindow

This commit is contained in:
Elias Steurer 2023-02-04 10:51:24 +01:00
commit 58340a2bf1
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: