remove redundant error from qglobal header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-07-09 18:00:53 +00:00
parent 53559401e6
commit 9c35f88a35

View file

@ -691,8 +691,6 @@ public:
ByteOrder = BigEndian
#elif Q_BYTE_ORDER == Q_LITTLE_ENDIAN
ByteOrder = LittleEndian
#else
# error "Undefined byte order"
#endif
};
};