summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qzip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text/qzip.cpp')
-rw-r--r--src/gui/text/qzip.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/text/qzip.cpp b/src/gui/text/qzip.cpp
index 151b0bcfeb..dee56d18f7 100644
--- a/src/gui/text/qzip.cpp
+++ b/src/gui/text/qzip.cpp
@@ -899,7 +899,7 @@ QIODevice* QZipReader::device() const
}
/*!
- Returns true if the user can read the file; otherwise returns false.
+ Returns \c true if the user can read the file; otherwise returns \c false.
*/
bool QZipReader::isReadable() const
{
@@ -907,7 +907,7 @@ bool QZipReader::isReadable() const
}
/*!
- Returns true if the file exists; otherwise returns false.
+ Returns \c true if the file exists; otherwise returns \c false.
*/
bool QZipReader::exists() const
{
@@ -1194,7 +1194,7 @@ QIODevice* QZipWriter::device() const
}
/*!
- Returns true if the user can write to the archive; otherwise returns false.
+ Returns \c true if the user can write to the archive; otherwise returns \c false.
*/
bool QZipWriter::isWritable() const
{
@@ -1202,7 +1202,7 @@ bool QZipWriter::isWritable() const
}
/*!
- Returns true if the file exists; otherwise returns false.
+ Returns \c true if the file exists; otherwise returns \c false.
*/
bool QZipWriter::exists() const
{