summaryrefslogtreecommitdiffstats
path: root/src/gui/painting
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/painting')
-rw-r--r--src/gui/painting/qbackingstore.cpp2
-rw-r--r--src/gui/painting/qpagedpaintdevice.cpp6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/painting/qbackingstore.cpp b/src/gui/painting/qbackingstore.cpp
index c1f7c6c738..3a36762502 100644
--- a/src/gui/painting/qbackingstore.cpp
+++ b/src/gui/painting/qbackingstore.cpp
@@ -84,7 +84,7 @@ public:
QBackingStore might be used by an application that wants to use QPainter
without OpenGL acceleration and without the extra overhead of using the
QWidget or QGraphicsView UI stacks. For an example of how to use
- QBackingStore see the \l{gui/rasterwindow}{Raster Window} example.
+ QBackingStore see the \l{Raster Window Example}.
*/
/*!
diff --git a/src/gui/painting/qpagedpaintdevice.cpp b/src/gui/painting/qpagedpaintdevice.cpp
index 0387f0020f..f41d1830fd 100644
--- a/src/gui/painting/qpagedpaintdevice.cpp
+++ b/src/gui/painting/qpagedpaintdevice.cpp
@@ -162,7 +162,7 @@ QPagedPaintDevice::~QPagedPaintDevice()
/*!
Sets the size of the a page to \a size.
- \sa setPageSizeMM
+ \sa setPageSizeMM()
*/
void QPagedPaintDevice::setPageSize(PageSize size)
{
@@ -205,7 +205,7 @@ QSizeF QPagedPaintDevice::pageSizeMM() const
The margins are purely a hint to the drawing method. They don't affect the
coordinate system or clipping.
- \sa margins
+ \sa margins()
*/
void QPagedPaintDevice::setMargins(const Margins &margins)
{
@@ -215,7 +215,7 @@ void QPagedPaintDevice::setMargins(const Margins &margins)
/*!
returns the current margins of the paint device. The default is 0.
- \sa setMargins
+ \sa setMargins()
*/
QPagedPaintDevice::Margins QPagedPaintDevice::margins() const
{