Merge pull request #11195 from Chocobo1/mac

Replace deprecated macro
This commit is contained in:
Mike Tzou
2019-09-07 11:58:23 +08:00
committed by GitHub
37 changed files with 161 additions and 159 deletions

View File

@@ -30,7 +30,7 @@
#include <QtGlobal>
#if defined(Q_OS_MAC) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
#if defined(Q_OS_MACOS) || defined(Q_OS_FREEBSD) || defined(Q_OS_OPENBSD)
#include <cstring>
#include <sys/mount.h>
#include <sys/param.h>