diff options
author | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2009-10-07 11:25:32 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-10-07 12:37:29 (GMT) |
commit | c90c1a982642e80a021ef08ad8b7c73545267d26 (patch) | |
tree | ff481a325d57848cdcf3f4ffa009d116ea32be05 | |
parent | 1363a329c96f90c8e2b33ac7c74374795459b6ed (diff) | |
download | Qt-c90c1a982642e80a021ef08ad8b7c73545267d26.zip Qt-c90c1a982642e80a021ef08ad8b7c73545267d26.tar.gz Qt-c90c1a982642e80a021ef08ad8b7c73545267d26.tar.bz2 |
Revert "There's no need to include qstringmatcher.h in qstringlist.h"
Source-incompatible change
This reverts commit 8714892977269591bb9b348c6eb549a7f2c45cbc.
Rev-by: Trustme
(cherry picked from commit 136f866f405a60ddbc48e4c666a0fec484f24717)
-rw-r--r-- | src/corelib/tools/qstringlist.cpp | 1 | ||||
-rw-r--r-- | src/corelib/tools/qstringlist.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qstringlist.cpp b/src/corelib/tools/qstringlist.cpp index f5b2a59..ce39b47 100644 --- a/src/corelib/tools/qstringlist.cpp +++ b/src/corelib/tools/qstringlist.cpp @@ -41,7 +41,6 @@ #include <qstringlist.h> #include <qset.h> -#include <qstringmatcher.h> QT_BEGIN_NAMESPACE diff --git a/src/corelib/tools/qstringlist.h b/src/corelib/tools/qstringlist.h index c959209..2a2a1d7 100644 --- a/src/corelib/tools/qstringlist.h +++ b/src/corelib/tools/qstringlist.h @@ -47,6 +47,7 @@ #include <QtCore/qlist.h> #include <QtCore/qregexp.h> #include <QtCore/qstring.h> +#include <QtCore/qstringmatcher.h> #ifdef QT_INCLUDE_COMPAT #include <Qt3Support/q3valuelist.h> #endif |