3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 18:35:24 +02:00

Still trying to get jenkins builds to work

This commit is contained in:
Brad Davis 2015-07-10 16:00:51 -07:00
parent 3db3676fae
commit c1b72db18d

View file

@ -197,8 +197,7 @@ template<typename Enum> inline QByteArray PropertyFlags<Enum>::encode() {
template<typename Enum>
inline size_t PropertyFlags<Enum>::decode(const uint8_t* data, size_t size) {
clear();
//clear(); // we are cleared out!
clear(); // we are cleared out!
size_t bytesConsumed = 0;
int bitCount = BITS_IN_BYTE * size;