diff options
| author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-23 13:04:15 (GMT) |
|---|---|---|
| committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-23 13:04:15 (GMT) |
| commit | 0d02bf894a1f3f494a4787ddfaf0e3bcd02affa2 (patch) | |
| tree | 619aae505826654f3d89492efa53f758214fea6f /doc/src/xml-processing/xml-patterns.qdoc | |
| parent | 3db40b0be40c946f547f238ed3f0af813892115e (diff) | |
| parent | de4332a4728e739b37e9c7b04c021e150e096270 (diff) | |
| download | Qt-0d02bf894a1f3f494a4787ddfaf0e3bcd02affa2.zip Qt-0d02bf894a1f3f494a4787ddfaf0e3bcd02affa2.tar.gz Qt-0d02bf894a1f3f494a4787ddfaf0e3bcd02affa2.tar.bz2 | |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (33 commits)
Use QTRY_COMPARE to give the animation a chance to finish
Cocoa: Sheets loose their opacity on 2nd show
Added function overload for QByteArray &QByteArray::replace()
Second attempt at work-around for MSVC2008 compiler crash
QNativeSocketEngine: Fix some error handling related to waitFor*()
qdoc: List new QML elements in \sincelist for What's New page.
Cocoa: fix namespace build
Cocoa: Fix build with namespace
Cocoa: namespace build fix
doc: Fixed some qdoc errors.
Don't include private headers from public headers.
Fix compilation on HP-UXi: m_volume is a #define
WinCE doesn't have sys/types.h
Fix compilation: qmlviewer cannot use symbols exported with Q_AUTOTEST_EXPORT in production builds
Fix compilation on recent Linux systems: getpid(2) is in unistd.h.
Cocoa: calling QEventLoop::exec from mouse up causes problem
Fix compilation on GNU/Hurd (SA_SIGINFO isn't defined)
Doc: Collected the Declarative UI tutorials together and renamed them.
Doc: Simplified Commercial Editions for Qt 4.7.
Work around MSVC2008 compiler crash
...
Diffstat (limited to 'doc/src/xml-processing/xml-patterns.qdoc')
| -rw-r--r-- | doc/src/xml-processing/xml-patterns.qdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/xml-processing/xml-patterns.qdoc b/doc/src/xml-processing/xml-patterns.qdoc index 408b2da..68056fd 100644 --- a/doc/src/xml-processing/xml-patterns.qdoc +++ b/doc/src/xml-processing/xml-patterns.qdoc @@ -65,8 +65,7 @@ \l{http://www.w3.org/TR/xpath20} {XPath 2.0} in Qt applications, for querying XML data \e{and} for querying \l{QAbstractXmlNodeModel} {non-XML data that can be modeled to - look like XML}. The QtXmlPatterns module is included in the \l{Qt - Full Framework Edition}, and the \l{Open Source Versions of Qt}. + look like XML}. Readers who are not familiar with the XQuery/XPath language can read \l {A Short Path to XQuery} for a brief introduction. |
