clean source code
This commit is contained in:
parent
19b1c94100
commit
559f230aca
42 changed files with 373 additions and 3130 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue