clean source code

This commit is contained in:
Macbook 2024-10-08 21:33:36 +07:00 committed by Yaroslav Yashin
parent 19b1c94100
commit 559f230aca
42 changed files with 373 additions and 3130 deletions

View file

@ -5,10 +5,10 @@
#include <QDebug>
#include "notificationhandler.h"
#if defined(Q_OS_IOS) && !defined(MACOS_NE)
#if defined(Q_OS_IOS) || defined(MACOS_NE)
# include "platforms/ios/iosnotificationhandler.h"
#elif defined(MACOS_NE)
# include "platforms/macos_ne/iosnotificationhandler.h"
// #elif defined(MACOS_NE)
// # include "platforms/ios/iosnotificationhandler.h"
#else
# include "systemtray_notificationhandler.h"
#endif