aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenu <venugopal.shivashankar@digia.com>2014-07-28 15:49:23 +0200
committerJake Petroules <jake.petroules@petroules.com>2014-07-28 19:39:39 +0200
commit9af049f15178ab1b3237b6068397aa4207f2a14e (patch)
treeb2481d133dabe80935bde5f63e83a234bb62d9ce
parentc5a3e9af4e89aca4e236328d7ad15532ce7ca65a (diff)
Doc: Removed an unnecessary page command from the class documentationv5.3.2
QDoc failed to generate docs for QMacToolBar as its class documentation had an unnecessary \fn instance within the \class comment block. Replaced the \fn instance with \l. Change-Id: Id36e6c9749f3d0a08c0d2a6dd73cb9bd44cac0af Task-number: QTBUG-40459 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
-rw-r--r--src/macextras/qmactoolbar.mm7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/macextras/qmactoolbar.mm b/src/macextras/qmactoolbar.mm
index c75c9e8..c2ceb44 100644
--- a/src/macextras/qmactoolbar.mm
+++ b/src/macextras/qmactoolbar.mm
@@ -72,9 +72,10 @@ QT_BEGIN_NAMESPACE
QMacToolBar provides a Qt-based API for NSToolBar. The toolbar displays one or
more \e items. Each toolbar item has an icon and a text label.
- The toolbar must be attached to a QWindow with \fn attachToWindow in order to be
- visible. The toolbar is attached to the native NSWindow and is displayed above
- the QWindow. QMacToolBar visibility follows window visibility.
+ The toolbar must be attached to a QWindow using the
+ \l{QWindow::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.
Add items by calling addItem(). The toolbar has a customization menu which
is available to the user from the toolbar context menu. Use addAllowedItem() to