diff options
| author | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2013-10-11 16:12:21 +0200 |
|---|---|---|
| committer | Frederik Gladhorn <frederik.gladhorn@digia.com> | 2013-10-11 16:12:35 +0200 |
| commit | d0eb444a49f6064ecb896f62276e060cd8a4b1e8 (patch) | |
| tree | 34d8dd637baf665225ada73e76604531cd2c75e5 /src/corelib/plugin/quuid.cpp | |
| parent | da0cb32b8ee7cc4a991a59420a411898e63a660e (diff) | |
| parent | 894f86709080fe8d20875b402adce679963c49c2 (diff) | |
Merge remote-tracking branch 'origin/stable' into dev
Change-Id: Ib8cfeee7d9ca15e8ad520e428b72c200827a8628
Diffstat (limited to 'src/corelib/plugin/quuid.cpp')
| -rw-r--r-- | src/corelib/plugin/quuid.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/corelib/plugin/quuid.cpp b/src/corelib/plugin/quuid.cpp index 4de83c62ee7..183a16a7ada 100644 --- a/src/corelib/plugin/quuid.cpp +++ b/src/corelib/plugin/quuid.cpp @@ -512,15 +512,15 @@ QUuid QUuid::fromRfc4122(const QByteArray &bytes) /*! \fn bool QUuid::operator==(const QUuid &other) const - Returns true if this QUuid and the \a other QUuid are identical; - otherwise returns false. + Returns \c true if this QUuid and the \a other QUuid are identical; + otherwise returns \c false. */ /*! \fn bool QUuid::operator!=(const QUuid &other) const - Returns true if this QUuid and the \a other QUuid are different; - otherwise returns false. + Returns \c true if this QUuid and the \a other QUuid are different; + otherwise returns \c false. */ /*! @@ -735,8 +735,8 @@ QDataStream &operator>>(QDataStream &s, QUuid &id) #endif // QT_NO_DATASTREAM /*! - Returns true if this is the null UUID - {00000000-0000-0000-0000-000000000000}; otherwise returns false. + Returns \c true if this is the null UUID + {00000000-0000-0000-0000-000000000000}; otherwise returns \c false. */ bool QUuid::isNull() const { @@ -823,7 +823,7 @@ QUuid::Version QUuid::version() const /*! \fn bool QUuid::operator<(const QUuid &other) const - Returns true if this QUuid has the same \l{Variant field} + Returns \c true if this QUuid has the same \l{Variant field} {variant field} as the \a other QUuid and is lexicographically \e{before} the \a other QUuid. If the \a other QUuid has a different variant field, the return value is determined by @@ -849,7 +849,7 @@ bool QUuid::operator<(const QUuid &other) const /*! \fn bool QUuid::operator>(const QUuid &other) const - Returns true if this QUuid has the same \l{Variant field} + Returns \c true if this QUuid has the same \l{Variant field} {variant field} as the \a other QUuid and is lexicographically \e{after} the \a other QUuid. If the \a other QUuid has a different variant field, the return value is determined by @@ -992,15 +992,15 @@ QUuid QUuid::createUuid() /*! \fn bool QUuid::operator==(const GUID &guid) const - Returns true if this UUID is equal to the Windows GUID \a guid; - otherwise returns false. + Returns \c true if this UUID is equal to the Windows GUID \a guid; + otherwise returns \c false. */ /*! \fn bool QUuid::operator!=(const GUID &guid) const - Returns true if this UUID is not equal to the Windows GUID \a - guid; otherwise returns false. + Returns \c true if this UUID is not equal to the Windows GUID \a + guid; otherwise returns \c false. */ #ifndef QT_NO_DEBUG_STREAM |
