Skip to content

Commit

Permalink
Add "Mojave" to QSysInfo::prettyProductName()
Browse files Browse the repository at this point in the history
Fixes: QTBUG-72489
Change-Id: I4ac1156702324f0fb814fffd156fcecfa95a1a2d
Reviewed-by: Timur Pocheptsov <[email protected]>
Reviewed-by: Tor Arne Vestbø <[email protected]>
  • Loading branch information
thiagomacieira committed Dec 14, 2018
1 parent 9ce4260 commit 193d19d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/corelib/global/qglobal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2025,6 +2025,8 @@ static const char *osVer_helper(QOperatingSystemVersion version = QOperatingSyst
return "Sierra";
case 13:
return "High Sierra";
case 14:
return "Mojave";
}
}
// unknown, future version
Expand Down

0 comments on commit 193d19d

Please sign in to comment.