mirror of https://github.com/qt/qtgrpc.git
Update the 'since' tag in protobuf documentation
Update version to 6.5, since protobuf was not released at 6.4 times. Change-Id: I1714ca467fb897e9f079cc06cdd94d26b66fe6cb Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
parent
78b649ea46
commit
85f67bb7e9
|
|
@ -11,7 +11,7 @@ QT_BEGIN_NAMESPACE
|
|||
/*!
|
||||
\class QAbstractProtobufSerializer
|
||||
\inmodule QtProtobuf
|
||||
\since 6.4
|
||||
\since 6.5
|
||||
\brief The QAbstractProtobufSerializer class is interface that represents
|
||||
basic functions for serialization/deserialization.
|
||||
\reentrant
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ QtProtobufPrivate::SerializationHandler QtProtobufPrivate::findHandler(QMetaType
|
|||
/*!
|
||||
\class QProtobufSerializer
|
||||
\inmodule QtProtobuf
|
||||
\since 6.4
|
||||
\since 6.5
|
||||
\brief The QProtobufSerializer class is interface that represents
|
||||
basic functions for serialization/deserialization.
|
||||
\reentrant
|
||||
|
|
|
|||
Loading…
Reference in New Issue