mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Replace Q_OS_MAC with Q_OS_MACOS
This commit is contained in:
@ -111,7 +111,7 @@ private:
|
||||
|
||||
//! Actions
|
||||
QAction *openAction;
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef Q_OS_MACOS
|
||||
QAction *newInstanceAction; // needed in macos
|
||||
#endif
|
||||
QAction *openFolderAction;
|
||||
|
Reference in New Issue
Block a user