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:
@ -57,7 +57,7 @@ QList<qulonglong> YACReader::mimeDataToComicsIds(const QMimeData *data)
|
||||
QString YACReader::addExtensionToIconPath(const QString &path)
|
||||
{
|
||||
#ifdef YACREADER_LIBRARY
|
||||
#ifdef Q_OS_MAC // TODO_Y_MAC_UI
|
||||
#ifdef Q_OS_MACOS // TODO_Y_MAC_UI
|
||||
return path + ".png";
|
||||
#else
|
||||
return path + ".svg";
|
||||
|
Reference in New Issue
Block a user