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:
@ -75,7 +75,7 @@ void ShortcutsManager::initDefaultShorcuts()
|
||||
defaultShorcuts.insert(ZOOM_IN_MGLASS_ACTION_Y, Qt::Key_Asterisk);
|
||||
defaultShorcuts.insert(ZOOM_OUT_MGLASS_ACTION_Y, Qt::Key_Underscore);
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
#ifdef Q_OS_MACOS
|
||||
defaultShorcuts.insert(NEW_INSTANCE_ACTION_Y, Qt::Key_N);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user