forked from qt-creator/qt-creator
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user