aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-06 23:37:41 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-06 22:39:03 +0000
commit4d0294352f975c3916dfbba48f21e5b76da432c0 (patch)
treeb24138a41f12cf7b3f429a7005a718650007db25 /src/templates
parent6d9cf55f88329a1b1f9745ad46343dbc922c09f4 (diff)
Docs: fix typos in margins links
Change-Id: I26b519e03700d163af12ec2d08097b1d51d9e119 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/qquickpopup.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/qquickpopup.cpp b/src/templates/qquickpopup.cpp
index ddd1e9e4..3f9fa2c9 100644
--- a/src/templates/qquickpopup.cpp
+++ b/src/templates/qquickpopup.cpp
@@ -950,7 +950,7 @@ void QQuickPopup::resetMargins()
This property holds the top margin around the popup.
- \sa margin, bottomMargin
+ \sa margins, bottomMargin
*/
qreal QQuickPopup::topMargin() const
{
@@ -977,7 +977,7 @@ void QQuickPopup::resetTopMargin()
This property holds the left margin around the popup.
- \sa margin, rightMargin
+ \sa margins, rightMargin
*/
qreal QQuickPopup::leftMargin() const
{
@@ -1004,7 +1004,7 @@ void QQuickPopup::resetLeftMargin()
This property holds the right margin around the popup.
- \sa margin, leftMargin
+ \sa margins, leftMargin
*/
qreal QQuickPopup::rightMargin() const
{
@@ -1031,7 +1031,7 @@ void QQuickPopup::resetRightMargin()
This property holds the bottom margin around the popup.
- \sa margin, topMargin
+ \sa margins, topMargin
*/
qreal QQuickPopup::bottomMargin() const
{