From 2aea66519496cbeb4a7ed3a1755b23d7943e3c64 Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 6 Dec 2011 14:47:42 +0100 Subject: [PATCH] Add "see also" links for QPrinter::{get|set}PageMargins Change-Id: Ie1ec9cf3740818c71a7afbdec2c99f5fa0e81337 Reviewed-by: Richard J. Moore Reviewed-by: Stephen Kelly --- src/printsupport/kernel/qprinter.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/printsupport/kernel/qprinter.cpp b/src/printsupport/kernel/qprinter.cpp index 252ebd1bd9..03d58667d4 100644 --- a/src/printsupport/kernel/qprinter.cpp +++ b/src/printsupport/kernel/qprinter.cpp @@ -1652,6 +1652,8 @@ QRect QPrinter::paperRect() const This function sets the \a left, \a top, \a right and \a bottom page margins for this printer. The unit of the margins are specified with the \a unit parameter. + + \sa getPageMargins */ void QPrinter::setPageMargins(qreal left, qreal top, qreal right, qreal bottom, QPrinter::Unit unit) { @@ -1683,6 +1685,8 @@ void QPrinter::setMargins(const Margins &m) Returns the page margins for this printer in \a left, \a top, \a right, \a bottom. The unit of the returned margins are specified with the \a unit parameter. + + \sa setPageMargins */ void QPrinter::getPageMargins(qreal *left, qreal *top, qreal *right, qreal *bottom, QPrinter::Unit unit) const {