diff --git a/src/stream/time.cpp b/src/stream/time.cpp index d45ac85..b6c04b9 100644 --- a/src/stream/time.cpp +++ b/src/stream/time.cpp @@ -79,7 +79,7 @@ MsgPackStream& operator>>(MsgPackStream& s, QTime &t) return s; } if (len == 1) { - t == QTime(); + t = QTime(); return s; } quint8 p[4];