View Revisions: Issue #3580 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0003580: Deprecated use of global Qt declaration Q_OS_MAC |
|
Revision |
2018-12-17 04:36 by WubTheCaptain |
|
Description |
All declarations of Q_OS_MAC and Q_OS_OSX are deprecated in Qt 5 (at least since Qt 5.6). There's few of them in Doomseeker and Zandronum plugin.
We should probably use Q_OS_DARWIN instead. |
|
Revision |
2018-12-17 04:07 by WubTheCaptain |
|
Description |
All declarations of Q_OS_MAC and Q_OS_OSX are deprecated in Qt 5 (at least since Qt 5.6). There's few of them in Doomseeker, autoupdater and Zandronum plugin.
We should probably use Q_OS_DARWIN instead. |