summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 22:43:36 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-07-25 22:43:36 (GMT)
commit092b004126f82545b4237e43507f21920d06ac58 (patch)
tree842eede4da091a4c23cb7fa3d7d81f487a31876e /src
parent99ecf471075088eba042575772196e63cab5b8f8 (diff)
downloadQt-092b004126f82545b4237e43507f21920d06ac58.zip
Qt-092b004126f82545b4237e43507f21920d06ac58.tar.gz
Qt-092b004126f82545b4237e43507f21920d06ac58.tar.bz2
Doc: Remove more links to obsolete functions.
Diffstat (limited to 'src')
-rw-r--r--src/gui/embedded/qdirectpainter_qws.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/embedded/qdirectpainter_qws.cpp b/src/gui/embedded/qdirectpainter_qws.cpp
index e97367c..b3dff06 100644
--- a/src/gui/embedded/qdirectpainter_qws.cpp
+++ b/src/gui/embedded/qdirectpainter_qws.cpp
@@ -150,14 +150,14 @@ QT_BEGIN_NAMESPACE
\value ReservedSynchronous The allocated region will never change and
each function that changes the allocated region will be blocking.
- \sa reservedRegion(), allocatedRegion()
+ \sa allocatedRegion()
*/
/*!
\fn QRegion QDirectPainter::region()
\obsolete
- Use QDirectPainter::reservedRegion() instead.
+ Use QDirectPainter::allocatedRegion() instead.
*/
static inline QScreen *getPrimaryScreen()
@@ -346,7 +346,7 @@ void QDirectPainter::setRegion(const QRegion &region)
returned by the allocatedRegion() function. Otherwise they might
differ (see \l {Dynamic Allocation} for details).
- \sa geometry(), setRegion()
+ \sa geometry(), setRegion(), allocatedRegion()
*/
QRegion QDirectPainter::requestedRegion() const
{
@@ -540,7 +540,7 @@ void QDirectPainter::lower()
any. If not released explicitly, the region will be released on
application exit.
- \sa reservedRegion(), {Static Allocation}
+ \sa allocatedRegion(), {Static Allocation}
\obsolete