summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/qpagedpaintdevice.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-09-17 17:50:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-21 17:04:41 +0200
commitb751fcf32ac9dd1aa31a4df4993593f8ead88d81 (patch)
tree9e387001d674607de1b3fb389b791ff5a9a160c0 /src/gui/painting/qpagedpaintdevice.cpp
parent5957f245c6c77c98d7e90d614c9fe2cdbfe7e8e6 (diff)
Fix some doc errors.
Change-Id: Ib874d7e9671d9cee75fe41f4dac5d0de7b09245e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/gui/painting/qpagedpaintdevice.cpp')
-rw-r--r--src/gui/painting/qpagedpaintdevice.cpp6
1 files changed, 3 insertions, 3 deletions
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
{