summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorJarek Kobus <jkobus@trolltech.com>2009-04-15 08:47:29 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-04-15 10:09:35 (GMT)
commita8fe6d8c6e49eb0399c15de3c939e8e30802b1f6 (patch)
tree27147da07a48332c5121ef1ede35cf29e2303fc1 /src/corelib
parentac0ad48bba91530abd04624f36283d6dc82ec8e7 (diff)
downloadQt-a8fe6d8c6e49eb0399c15de3c939e8e30802b1f6.zip
Qt-a8fe6d8c6e49eb0399c15de3c939e8e30802b1f6.tar.gz
Qt-a8fe6d8c6e49eb0399c15de3c939e8e30802b1f6.tar.bz2
Compile with namespace
Reviewed-by: hjk <qtc-committer@nokia.com> (cherry picked from commit a59488d4799f6ac9ea034c0a88a468e73a64d517)
Diffstat (limited to 'src/corelib')
-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 83076da..aba6f56 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
{