aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2017-08-25 12:03:06 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2017-08-25 16:16:11 +0000
commitd86e0141b2a7a49445cbccacbcc4f62e0b4109d7 (patch)
treee06233e1ab1de2f31b6fe80158bfecd42d9c116e /src/quick/util
parent5946917178521f5af0e191fa5c53653b07c27034 (diff)
Doc: mention that Path is a non-visual type
A lot of new users are confused by this. Change-Id: Ic3a867e2134bd005e7a2bf5fc7c2db061523cba5 Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/quick/util')
-rw-r--r--src/quick/util/qquickpath.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/quick/util/qquickpath.cpp b/src/quick/util/qquickpath.cpp
index 15defdc01b..b19eec6fb3 100644
--- a/src/quick/util/qquickpath.cpp
+++ b/src/quick/util/qquickpath.cpp
@@ -146,6 +146,9 @@ QT_BEGIN_NAMESPACE
\li No
\endtable
+ \note Path is a non-visual type; it does not display anything on its own.
+ To draw a path, use \l Shape.
+
\sa PathView, Shape, PathAttribute, PathPercent, PathLine, PathMove, PathQuad, PathCubic, PathArc, PathCurve, PathSvg
*/
QQuickPath::QQuickPath(QObject *parent)