mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 22:14:41 -04:00
Eliminado el uso de las macros Q_WS_*, en qt5 ya no est?n disponibles y es mejor usar Q_OS_* (Q_OS_LINUX, Q_OS_MAC, Q_OS_WIN32)
This commit is contained in:
@ -73,7 +73,7 @@ YACReaderActivityIndicatorWidget::YACReaderActivityIndicatorWidget(QWidget * par
|
||||
animation2->setEndValue(1);
|
||||
//animation2->setEasingCurve(QEasingCurve::InQuint);
|
||||
|
||||
#ifndef Q_WS_MAC
|
||||
#ifndef Q_OS_MAC
|
||||
glow->setGraphicsEffect(effect);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user