diff options
author | Robin Burchell <robin.burchell@collabora.co.uk> | 2010-09-27 21:04:34 (GMT) |
---|---|---|
committer | Robin Burchell <robin.burchell@collabora.co.uk> | 2010-09-27 22:15:42 (GMT) |
commit | 5b7c9baea08125a51e7ecb318e4579f0fe4eef0c (patch) | |
tree | d8cdf4a378e55853d886ccfd78d9ffb9dd44759f /src | |
parent | 38449f8700da5c673b95a394cf9b7543904cb10c (diff) | |
download | Qt-5b7c9baea08125a51e7ecb318e4579f0fe4eef0c.zip Qt-5b7c9baea08125a51e7ecb318e4579f0fe4eef0c.tar.gz Qt-5b7c9baea08125a51e7ecb318e4579f0fe4eef0c.tar.bz2 |
Remove obsolete reference to qregexp.tex.
According to history, this file hasn't really been maintained since 3.x times, and
hasn't existed in the source tree for quite a while.
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/tools/qregexp.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/tools/qregexp.cpp b/src/corelib/tools/qregexp.cpp index 36827d0..a8bf38f 100644 --- a/src/corelib/tools/qregexp.cpp +++ b/src/corelib/tools/qregexp.cpp @@ -74,10 +74,6 @@ int qFindString(const QChar *haystack, int haystackLen, int from, #define RXERR_INTERVAL QT_TRANSLATE_NOOP("QRegExp", "invalid interval") #define RXERR_CATEGORY QT_TRANSLATE_NOOP("QRegExp", "invalid category") -/* - WARNING! Be sure to read qregexp.tex before modifying this file. -*/ - /*! \class QRegExp \reentrant |