MacOS NE dirty build

This commit is contained in:
Mykola Baibuz 2024-07-08 08:12:10 -07:00
parent 0612f70c06
commit 6f58f19958
43 changed files with 7454 additions and 3976 deletions

View file

@ -5,6 +5,8 @@
#include <QDebug>
#include "notificationhandler.h"
#define Q_OS_IOS 1
#if defined(Q_OS_IOS)
# include "platforms/ios/iosnotificationhandler.h"
#else
@ -14,7 +16,7 @@
// static
NotificationHandler* NotificationHandler::create(QObject* parent) {
#if defined(Q_OS_IOS)
return new IOSNotificationHandler(parent);
return nullptr;//new IOSNotificationHandler(parent);
#else
# if defined(Q_OS_LINUX)