summaryrefslogtreecommitdiffstats
path: root/src/gui/image
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/image')
-rw-r--r--src/gui/image/qpictureformatplugin.cpp2
-rw-r--r--src/gui/image/qpixmap.cpp12
2 files changed, 13 insertions, 1 deletions
diff --git a/src/gui/image/qpictureformatplugin.cpp b/src/gui/image/qpictureformatplugin.cpp
index a39c32a49e..7d63c7704a 100644
--- a/src/gui/image/qpictureformatplugin.cpp
+++ b/src/gui/image/qpictureformatplugin.cpp
@@ -77,7 +77,7 @@ QT_BEGIN_NAMESPACE
\fn bool QPictureFormatPlugin::installIOHandler(const QString &format)
Installs a QPictureIO picture I/O handler for the picture format \a
- format.
+ format. Returns \c true on success.
\sa keys()
*/
diff --git a/src/gui/image/qpixmap.cpp b/src/gui/image/qpixmap.cpp
index c1a63f5101..95b8df2f73 100644
--- a/src/gui/image/qpixmap.cpp
+++ b/src/gui/image/qpixmap.cpp
@@ -1631,4 +1631,16 @@ QDebug operator<<(QDebug dbg, const QPixmap &r)
}
#endif
+/*!
+ \fn QPixmap QPixmap::alphaChannel() const
+
+ Use QImage::alphaChannel() instead.
+*/
+
+/*!
+ \fn void QPixmap::setAlphaChannel(const QPixmap &p)
+
+ Use QImage::setAlphaChannel() for \a p instead.
+*/
+
QT_END_NAMESPACE