mirror of
https://github.com/YACReader/yacreader
synced 2025-07-17 20:44:32 -04:00
Replace Q_OS_MAC with Q_OS_MACOS
This commit is contained in:
@ -29,7 +29,7 @@ NotificationsLabelWidget::NotificationsLabelWidget(QWidget *parent)
|
||||
textLabel->setFixedSize(200, 120);
|
||||
|
||||
// TODO check if the effects are still broken in OSX
|
||||
#ifndef Q_OS_MAC
|
||||
#ifndef Q_OS_MACOS
|
||||
this->setGraphicsEffect(effect);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user