diff options
author | Tobias Koenig <tokoe@kde.org> | 2009-05-19 18:04:10 (GMT) |
---|---|---|
committer | Tobias Koenig <tokoe@kde.org> | 2009-05-19 18:04:10 (GMT) |
commit | 9519f3ee67c8ab2de8d1ab5e584f8d3adb8875bd (patch) | |
tree | fe396e6633ea99fe0d115d27b5d7a48ce36bc435 /src | |
parent | ab5833178307fa9370868f61ff4cc7b18eb51fc0 (diff) | |
download | Qt-9519f3ee67c8ab2de8d1ab5e584f8d3adb8875bd.zip Qt-9519f3ee67c8ab2de8d1ab5e584f8d3adb8875bd.tar.gz Qt-9519f3ee67c8ab2de8d1ab5e584f8d3adb8875bd.tar.bz2 |
Document xml schema enum in QRegExp
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/tools/qregexp.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/tools/qregexp.cpp b/src/corelib/tools/qregexp.cpp index f69a99f..664dfc0 100644 --- a/src/corelib/tools/qregexp.cpp +++ b/src/corelib/tools/qregexp.cpp @@ -3700,6 +3700,9 @@ static void invalidateEngine(QRegExpPrivate *priv) equivalent to using the RegExp pattern on a string in which all metacharacters are escaped using escape(). + \value W3CXmlSchema11 The pattern is a regular expression as + defined by the W3C XML Schema 1.1 specification. + \sa setPatternSyntax() */ |