maybe fixed updates on macos

This commit is contained in:
fourtf 2020-08-24 09:42:59 +02:00
parent b7e86a8de6
commit df2cfa73f0

View file

@ -287,7 +287,7 @@ void Updates::checkForUpdates()
this->updateGuideLink_ = updateGuide_val.toString();
}
#endif
#if !defined(Q_OS_WIN) && !defined(Q_OS_MAC) && !defined(Q_OS_LINUX)
#if !defined(Q_OS_WIN) && !defined(Q_OS_MACOS) && !defined(Q_OS_LINUX)
return Failure;
#endif