~ubuntu-branches/ubuntu/vivid/qtdeclarative-opensource-src-gles/vivid

« back to all changes in this revision

Viewing changes to src/imports/xmllistmodel/qqmlxmllistmodel.cpp

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2015-03-11 16:51:45 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20150311165145-7653iqap3mau92gy
Tags: 5.4.1-0ubuntu1
Sync package with qtdeclarative-opensource-src - 5.4.1-1ubuntu3

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
/*!
84
84
    \qmltype XmlRole
85
85
    \instantiates QQuickXmlListModelRole
86
 
    \inqmlmodule QtQuick.XmlListModel 2
 
86
    \inqmlmodule QtQuick.XmlListModel
87
87
    \brief For specifying a role to an XmlListModel
88
88
    \ingroup qtquick-models
89
89
 
612
612
/*!
613
613
    \qmltype XmlListModel
614
614
    \instantiates QQuickXmlListModel
615
 
    \inqmlmodule QtQuick.XmlListModel 2
 
615
    \inqmlmodule QtQuick.XmlListModel
616
616
    \brief For specifying a read-only model using XPath expressions
617
617
    \ingroup qtquick-models
618
618