Fix a couple of qdoc errors.

Change-Id: I0770fc61e265face4fa061be9e110814effee181
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Lars Knoll 2012-08-16 15:00:31 +02:00 committed by Qt by Nokia
parent 2fe35bf9a0
commit b4adefd572
2 changed files with 10 additions and 3 deletions

View File

@ -315,7 +315,8 @@ QString QStandardPaths::displayName(StandardLocation type)
/*!
\fn void QStandardPaths::enableTestMode(bool testMode)
Enables "test mode" in QStandardPaths, which changes writable locations
If \a testMode is true, this enables a special "test mode" in
QStandardPaths, which changes writable locations
to point to test directories, in order to prevent auto tests from reading from
or writing to the current user's configuration.

View File

@ -1466,8 +1466,9 @@ bool QCoreApplication::event(QEvent *e)
used in all cases.
\value UnicodeUTF8 UTF-8.
\value Latin1 UTF-8.
\value DefaultCodec UTF-8.
\omitvalue Latin1
\omitvalue DefaultCodec UTF-8.
\omitvalue CodecForTr
\sa QObject::tr(), QString::fromUtf8()
*/
@ -1683,6 +1684,11 @@ QString QCoreApplication::translate(const char *context, const char *sourceText,
return result;
}
/*! \fn static QString QCoreApplication::translate(const char * context, const char * key, const char * disambiguation, Encoding, int n = -1)
\obsolete
*/
// Declared in qglobal.h
QString qtTrId(const char *id, int n)
{