diff options
author | David Boddie <david.boddie@nokia.com> | 2011-08-15 17:10:30 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-08-15 17:10:30 (GMT) |
commit | 540222f0d936a48f57ed36496fcb211cc437cb1b (patch) | |
tree | 70d18fe3ca5ac8e53410fc2b62d08fa80d88e09a /src/corelib/plugin | |
parent | 1c4b284b54c8d0166f777b256d1ac3eedd8ea593 (diff) | |
download | Qt-540222f0d936a48f57ed36496fcb211cc437cb1b.zip Qt-540222f0d936a48f57ed36496fcb211cc437cb1b.tar.gz Qt-540222f0d936a48f57ed36496fcb211cc437cb1b.tar.bz2 |
Doc: Fixed qdoc warnings.
Diffstat (limited to 'src/corelib/plugin')
-rw-r--r-- | src/corelib/plugin/quuid.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/corelib/plugin/quuid.cpp b/src/corelib/plugin/quuid.cpp index eb29e6e..af63b79 100644 --- a/src/corelib/plugin/quuid.cpp +++ b/src/corelib/plugin/quuid.cpp @@ -387,17 +387,17 @@ QUuid::QUuid(const QByteArray &text) #endif /*! - Creates a QUuid object from the binary representation of the UUID, as - specified by RFC 4122 section 4.1.2. See toRfc4122() for a further - explanation of the order of bytes required. + \since 4.8 - The byte array accepted is NOT a human readable format. + Creates a QUuid object from the binary representation of the UUID given + by \a bytes, as specified by RFC 4122 section 4.1.2. See toRfc4122() for a + further explanation of the order of bytes required. - If the conversion fails, a null UUID is created. + The byte array accepted is \e not a human readable format. - \since 4.8 + If the conversion fails, a null UUID is created. - \sa toRfc4122(), QUuid() + \sa toRfc4122(), QUuid() */ QUuid QUuid::fromRfc4122(const QByteArray &bytes) { |