Fixed build error on aarch64. Enumerator value '-1' is outside the range of

underlying type 'char'.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2019-01-21 13:13:54 +02:00
parent 797c18745d
commit f8d0777c84

View File

@ -50,7 +50,7 @@ class VPointF;
QT_WARNING_PUSH
QT_WARNING_DISABLE_GCC("-Weffc++")
enum class PassmarkStatus: char
enum class PassmarkStatus: qint8
{
Error = 0,
Common = 1,