aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-01-09 15:52:50 +0100
committerMartin Smith <martin.smith@digia.com>2015-01-12 13:11:12 +0100
commit4f432b26b489b07545cada1c5c92266238a214df (patch)
tree123470c228494c3c77c9736d52fab5c2d2ed99ff
parentf9df923ce186fad00070af72cb8d9a7ef500fa21 (diff)
Doc: link issue in Qt Mac Extrasv5.4.1
Change-Id: Ibb85f6485a211b6610e451a37c821eb5a211a28d Task-number: QTBUG-43741 Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--src/macextras/qmactoolbar.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macextras/qmactoolbar.mm b/src/macextras/qmactoolbar.mm
index c2ceb44..44ea46c 100644
--- a/src/macextras/qmactoolbar.mm
+++ b/src/macextras/qmactoolbar.mm
@@ -73,7 +73,7 @@ QT_BEGIN_NAMESPACE
more \e items. Each toolbar item has an icon and a text label.
The toolbar must be attached to a QWindow using the
- \l{QWindow::attachToWindow}{attachToWindow} method in order to be visible.
+ \l{QMacToolBar::attachToWindow()}{attachToWindow()} method in order to be visible.
The toolbar is attached to the native NSWindow and is displayed above the
QWindow. QMacToolBar visibility follows window visibility.