mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Replace Q_OS_MAC with Q_OS_MACOS
This commit is contained in:
@ -84,7 +84,7 @@ BookmarksDialog::BookmarksDialog(QWidget *parent)
|
||||
|
||||
l->addWidget(new QLabel("<font color=\"#FFFFFF\">" + tr("Click on any image to go to the bookmark") + "</font>"), 0, Qt::AlignCenter);
|
||||
l->addLayout(layout);
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef Q_OS_MACOS
|
||||
l->addLayout(buttons);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user