Fix incorrect documentation from QTranslator::load

Task-number: QTBUG-27506
Change-Id: I1b2d4ed2242efd52258c7f587c2121f9dde18a0d
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
Aki Koskinen 2014-09-23 14:09:21 +03:00 committed by Alex Blasche
parent 82e266a83b
commit 8545821bf8

View File

@ -426,9 +426,8 @@ QTranslator::~QTranslator()
directory. Returns \c true if the translation is successfully loaded;
otherwise returns \c false.
If \a directory is not specified, the directory of the
application's executable is used (i.e., as
\l{QCoreApplication::}{applicationDirPath()}).
If \a directory is not specified, the current directory is used
(i.e., as \l{QDir::}{currentPath()}).
The previous contents of this translator object are discarded.