diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-11-09 07:31:40 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-11-09 07:31:40 (GMT) |
commit | 92e9b76703c51a8c6924b1d1f5e2e209670d2a29 (patch) | |
tree | ef38259911218ea60629b4e05bad3871a585a683 /src/declarative/graphicsitems/qmlgraphicspathview.cpp | |
parent | 24deeb4640e6439f9f2599c66fb229aa7bfad8af (diff) | |
parent | 42d6369f9e058720e35aaf3960067333c59caac5 (diff) | |
download | Qt-92e9b76703c51a8c6924b1d1f5e2e209670d2a29.zip Qt-92e9b76703c51a8c6924b1d1f5e2e209670d2a29.tar.gz Qt-92e9b76703c51a8c6924b1d1f5e2e209670d2a29.tar.bz2 |
Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicspathview.cpp')
-rw-r--r-- | src/declarative/graphicsitems/qmlgraphicspathview.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicspathview.cpp b/src/declarative/graphicsitems/qmlgraphicspathview.cpp index 7574044..180954c 100644 --- a/src/declarative/graphicsitems/qmlgraphicspathview.cpp +++ b/src/declarative/graphicsitems/qmlgraphicspathview.cpp @@ -83,19 +83,6 @@ private: QmlOpenMetaObject *mo; }; - -/*! - \internal - \class QmlGraphicsPathView - \brief The QmlGraphicsPathView class lays out items provided by a model on a path. - - \ingroup group_views - - The model must be a \l QListModelInterface subclass. - - \sa QmlGraphicsPath -*/ - /*! \qmlclass PathView QmlGraphicsPathView \brief The PathView element lays out model-provided items on a path. |