summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qtextdocumentwriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text/qtextdocumentwriter.cpp')
-rw-r--r--src/gui/text/qtextdocumentwriter.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/text/qtextdocumentwriter.cpp b/src/gui/text/qtextdocumentwriter.cpp
index a294bceacc..1722a791b9 100644
--- a/src/gui/text/qtextdocumentwriter.cpp
+++ b/src/gui/text/qtextdocumentwriter.cpp
@@ -88,7 +88,7 @@ public:
later.
Call write() to write the document to the device. If the document is
- successfully written, this function returns true. However, if an error
+ successfully written, this function returns \c true. However, if an error
occurs when writing the document, it will return false.
Call supportedDocumentFormats() for a list of formats that
@@ -245,7 +245,7 @@ QString QTextDocumentWriter::fileName () const
/*!
Writes the given \a document to the assigned device or file and
- returns true if successful; otherwise returns false.
+ returns \c true if successful; otherwise returns \c false.
*/
bool QTextDocumentWriter::write(const QTextDocument *document)
{
@@ -304,7 +304,7 @@ bool QTextDocumentWriter::write(const QTextDocument *document)
/*!
Writes the document fragment specified by \a fragment to the assigned device
- or file and returns true if successful; otherwise returns false.
+ or file and returns \c true if successful; otherwise returns \c false.
*/
bool QTextDocumentWriter::write(const QTextDocumentFragment &fragment)
{