aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickmenu.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-06-02 15:03:24 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-06-02 14:05:50 +0000
commit9bae6189fe8ad5d11bbec0b204b42cd71f4a375a (patch)
treea949142bf31326e5d95d9c099711a8fbf72a12bc /src/quicktemplates2/qquickmenu.cpp
parentecef73ddb0c6038f6e0208121cfb8786c2cab7f2 (diff)
Doc: fix links in Menu's detailed description
Change-Id: I3cf7ec3b0c36e206f4899bcecc3d1d4fde98cfc3 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickmenu.cpp')
-rw-r--r--src/quicktemplates2/qquickmenu.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quicktemplates2/qquickmenu.cpp b/src/quicktemplates2/qquickmenu.cpp
index 63d5d00c..7c95f3ea 100644
--- a/src/quicktemplates2/qquickmenu.cpp
+++ b/src/quicktemplates2/qquickmenu.cpp
@@ -106,8 +106,8 @@ QT_BEGIN_NAMESPACE
\endcode
When used as a popup menu, it is easiest to specify the position by specifying
- the desired \l x and \y coordinates using the respective properties, and call
- \l open() to open the menu.
+ the desired \l {Popup::}{x} and \l {Popup::}{y} coordinates using the respective
+ properties, and call \l {Popup::}{open()} to open the menu.
\code
Button {