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:
Alexey Edelev 2022-11-29 11:46:44 +01:00
parent 78b649ea46
commit 85f67bb7e9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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