mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Replace Q_OS_MAC with Q_OS_MACOS
This commit is contained in:
@ -68,7 +68,7 @@ YACReaderMainToolBar::YACReaderMainToolBar(QWidget *parent)
|
||||
mainLayout->addStretch();
|
||||
|
||||
mainLayout->addWidget(toggleComicsViewButton, 0, Qt::AlignVCenter);
|
||||
#ifndef Q_OS_MAC
|
||||
#ifndef Q_OS_MACOS
|
||||
addWideDivider();
|
||||
mainLayout->addWidget(fullscreenButton, 0, Qt::AlignVCenter);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user