diff options
author | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2009-10-07 11:25:32 (GMT) |
---|---|---|
committer | Marius Storm-Olsen <marius.storm-olsen@nokia.com> | 2009-10-07 11:25:32 (GMT) |
commit | 136f866f405a60ddbc48e4c666a0fec484f24717 (patch) | |
tree | b7771e2b191eec0cac192f6bfaa6873bb9a64f9e /src | |
parent | 265f92c013b51e8734f19f624da62896c8f813d6 (diff) | |
download | Qt-136f866f405a60ddbc48e4c666a0fec484f24717.zip Qt-136f866f405a60ddbc48e4c666a0fec484f24717.tar.gz Qt-136f866f405a60ddbc48e4c666a0fec484f24717.tar.bz2 |
Revert "There's no need to include qstringmatcher.h in qstringlist.h"
Source-incompatible change
This reverts commit 8714892977269591bb9b348c6eb549a7f2c45cbc.
Rev-by: Trustme
Diffstat (limited to 'src')
-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 |