Changes between Version 84 and Version 85 of QtWebKitTodo
- Timestamp:
- Apr 29, 2009, 3:09:31 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v84 v85 80 80 * Extend documentation with lots of snippets. (Simon) 81 81 * Implement the latest API changes: 82 * Add {{{void QWebElementCollection::append(const QWebElement &element);}}} 83 * Add {{{bool QWebElementCollection::isEmpty() const;}}} 82 * Add {{{void QWebElementCollection::append(const QWebElement &element);}}} (Tor Arne) 83 * Add {{{bool QWebElementCollection::isEmpty() const;}}} (Tor Arne) 84 84 * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names 85 * Add {{{QWebElementCollection QWebElement::children(), and bool hasChildren()}}} 85 * Add {{{QWebElementCollection QWebElement::children(), and bool hasChildren()}}} (Tor Arne) 86 86 * Add {{{QVariant QWebElement::evaluateScript(const QString &script);}}} 87 87 * Add {{{void QWebElement::wrapContents(markup/element); overloads to wrap only the contents inside}}}