diff options
author | Jarek Kobus <jkobus@trolltech.com> | 2009-04-15 08:47:29 (GMT) |
---|---|---|
committer | Jarek Kobus <jkobus@trolltech.com> | 2009-04-15 08:47:29 (GMT) |
commit | a59488d4799f6ac9ea034c0a88a468e73a64d517 (patch) | |
tree | 97744f4752374c988122f80c447d48ff4678995a | |
parent | 6c4b9cb575292f5f81afc772d993c1a53eb96ea5 (diff) | |
download | Qt-a59488d4799f6ac9ea034c0a88a468e73a64d517.zip Qt-a59488d4799f6ac9ea034c0a88a468e73a64d517.tar.gz Qt-a59488d4799f6ac9ea034c0a88a468e73a64d517.tar.bz2 |
Compile with namespace
Reviewed-by: hjk <qtc-committer@nokia.com>
-rw-r--r-- | src/corelib/tools/qvector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qvector.h b/src/corelib/tools/qvector.h index 6bea03b..3fd52ee 100644 --- a/src/corelib/tools/qvector.h +++ b/src/corelib/tools/qvector.h @@ -98,6 +98,8 @@ struct QVectorTypedData T array[1]; }; +class QRegion; + template <typename T> class QVector { |