aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-16 16:13:07 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-19 09:31:27 +0000
commit1c3ab8042c6d6dcec283e1142ad4bb0e4fb6eddb (patch)
tree813e9d5198c864935d94c906f95032c3a4997e71 /src/templates
parent49b79522d8231c813c387492d50f14e39c114a00 (diff)
Docs: link from BusyIndicator to Customizing BusyIndicator
Change-Id: I1fc29fdf1c02988717191b25bfec4323ddfe59b0 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/qquickbusyindicator.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/templates/qquickbusyindicator.cpp b/src/templates/qquickbusyindicator.cpp
index 17dae838..6bc31496 100644
--- a/src/templates/qquickbusyindicator.cpp
+++ b/src/templates/qquickbusyindicator.cpp
@@ -60,13 +60,7 @@ QT_BEGIN_NAMESPACE
}
\endqml
- You can create a custom appearance for a Busy Indicator by
- assigning an item to the \l indicator property.
-
- The default implementation uses this QML item as indicator:
- \snippet BusyIndicator.qml indicator
-
- \sa Indicators
+ \sa {Customizing BusyIndicator}, Indicators
*/
class QQuickBusyIndicatorPrivate : public QQuickControlPrivate