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:
parent
3db3676fae
commit
c1b72db18d
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue