mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Replace Q_OS_MAC with Q_OS_MACOS
This commit is contained in:
@ -96,7 +96,7 @@ void YACReaderTitledToolBar::addAction(QAction *action)
|
||||
QHBoxLayout *mainLayout = dynamic_cast<QHBoxLayout *>(layout());
|
||||
|
||||
// fix for QToolButton and retina support in OSX
|
||||
#ifdef Q_OS_MAC // TODO_Y_MAC_UI
|
||||
#ifdef Q_OS_MACOS // TODO_Y_MAC_UI
|
||||
QPushButton *pb = new QPushButton(this);
|
||||
pb->setCursor(QCursor(Qt::ArrowCursor));
|
||||
pb->setIcon(action->icon());
|
||||
|
Reference in New Issue
Block a user