diff options
Diffstat (limited to 'Source/WebKit/qt/Api/qwebelement.cpp')
-rw-r--r-- | Source/WebKit/qt/Api/qwebelement.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebKit/qt/Api/qwebelement.cpp b/Source/WebKit/qt/Api/qwebelement.cpp index 17811cdc1..26aedc1f5 100644 --- a/Source/WebKit/qt/Api/qwebelement.cpp +++ b/Source/WebKit/qt/Api/qwebelement.cpp @@ -1529,6 +1529,7 @@ QWebElementCollectionPrivate* QWebElementCollectionPrivate::create(const PassRef /*! \class QWebElementCollection + \inmodule QtWebKit \since 4.6 \brief The QWebElementCollection class represents a collection of web elements. \preliminary @@ -1719,6 +1720,7 @@ QList<QWebElement> QWebElementCollection::toList() const /*! \class QWebElementCollection::const_iterator + \inmodule QtWebKit \since 4.6 \brief The QWebElementCollection::const_iterator class provides an STL-style const iterator for QWebElementCollection. @@ -1909,6 +1911,7 @@ QList<QWebElement> QWebElementCollection::toList() const /*! \class QWebElementCollection::iterator + \inmodule QtWebKit \since 4.6 \brief The QWebElementCollection::iterator class provides an STL-style iterator for QWebElementCollection. |