summaryrefslogtreecommitdiffstats
path: root/src/gui/image/qpictureformatplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/image/qpictureformatplugin.cpp')
-rw-r--r--src/gui/image/qpictureformatplugin.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/image/qpictureformatplugin.cpp b/src/gui/image/qpictureformatplugin.cpp
index 29d6912201..c87b9ba6ac 100644
--- a/src/gui/image/qpictureformatplugin.cpp
+++ b/src/gui/image/qpictureformatplugin.cpp
@@ -106,8 +106,8 @@ QPictureFormatPlugin::~QPictureFormatPlugin()
/*!
Loads the picture stored in the file called \a fileName, with the
- given \a format, into *\a picture. Returns true on success;
- otherwise returns false.
+ given \a format, into *\a picture. Returns \c true on success;
+ otherwise returns \c false.
\sa savePicture()
*/
@@ -121,8 +121,8 @@ bool QPictureFormatPlugin::loadPicture(const QString &format, const QString &fil
/*!
Saves the given \a picture into the file called \a fileName,
- using the specified \a format. Returns true on success; otherwise
- returns false.
+ using the specified \a format. Returns \c true on success; otherwise
+ returns \c false.
\sa loadPicture()
*/