Fix a couple of qdoc errors.
Change-Id: I0770fc61e265face4fa061be9e110814effee181 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
2fe35bf9a0
commit
b4adefd572
@ -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.
|
||||
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user