Doc: Fix more documentation warnings for Extending Qt Creator Manual

Change-Id: I3ba4e6d2f6cfa2c05c0ee7af6db70dcbb80ae725
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Topi Reinio
2020-03-25 11:29:32 +01:00
committed by Topi Reiniö
parent b06ad16160
commit 595085cb71
4 changed files with 18 additions and 19 deletions

View File

@@ -125,7 +125,7 @@ void BaseTextDocument::setLineTerminationMode(Utils::TextFileFormat::LineTermina
Autodetects file format and reads the text file specified by \a fileName
into a list of strings specified by \a plainTextList.
If an error occurs while writing the file, \a errorMessage is set to the
If an error occurs while writing the file, \a errorString is set to the
error details.
Returns whether the operation was successful.
@@ -143,7 +143,7 @@ BaseTextDocument::ReadResult BaseTextDocument::read(const QString &fileName, QSt
Autodetects file format and reads the text file specified by \a fileName
into \a plainText.
If an error occurs while writing the file, \a errorMessage is set to the
If an error occurs while writing the file, \a errorString is set to the
error details.
Returns whether the operation was successful.