Skip to content

v3.0.10

Compare
Choose a tag to compare
@itay-grudev itay-grudev released this 27 Jul 01:24
· 260 commits to master since this release
  • Removed C style casts and eliminated all clang warnings. Fixed instanceId
    reading from only one byte in the message deserialization. Cleaned up
    serialization code using QDataStream. Changed connection type to use
    quint8 enum rather than char.

  • Renamed SingleAppConnectionType to ConnectionType. Added initialization
    values to all ConnectionType enum cases.

    Jedidiah Buck McCready