doc: mark QVersionNumber as \since 5.6

Change-Id: Id109eb34a34504f01358080cb2c4c447e1288f03
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
This commit is contained in:
Keith Gardner 2015-07-10 20:00:38 -05:00 committed by Marc Mutz
parent ed7f5375e1
commit 17d6b2d1f0

View File

@ -53,7 +53,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QVersionNumber
\inmodule QtCore
\since 5.4
\since 5.6
\brief The QVersionNumber class contains a version number with an arbitrary
number of segments.
@ -458,7 +458,7 @@ QDebug operator<<(QDebug debug, const QVersionNumber &version)
/*!
\fn uint qHash(const QVersionNumber &key, uint seed)
\relates QHash
\since 5.4
\since 5.6
Returns the hash value for the \a key, using \a seed to seed the
calculation.