summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qvector.h
diff options
context:
space:
mode:
authorJarek Kobus <jkobus@trolltech.com>2009-04-15 10:47:29 +0200
committerJarek Kobus <jkobus@trolltech.com>2009-04-15 10:47:29 +0200
commita59488d4799f6ac9ea034c0a88a468e73a64d517 (patch)
tree97744f4752374c988122f80c447d48ff4678995a /src/corelib/tools/qvector.h
parent6c4b9cb575292f5f81afc772d993c1a53eb96ea5 (diff)
Compile with namespace
Reviewed-by: hjk <qtc-committer@nokia.com>
Diffstat (limited to 'src/corelib/tools/qvector.h')
-rw-r--r--src/corelib/tools/qvector.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qvector.h b/src/corelib/tools/qvector.h
index 6bea03b936..3fd52ee1a1 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
{