Missed return statement.
--HG-- branch : develop
This commit is contained in:
parent
fc73ace034
commit
efa1bc6f27
|
@ -69,6 +69,7 @@ inline QDataStream &operator>>(QDataStream &s, QFlags<Enum> &e)
|
||||||
int v;
|
int v;
|
||||||
s >> v;
|
s >> v;
|
||||||
e = static_cast<QFlags<Enum>>(v);
|
e = static_cast<QFlags<Enum>>(v);
|
||||||
|
return s;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user