aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qqmltypecompiler_p.h
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2014-03-04 12:29:03 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-05 13:14:10 +0100
commit7e87bf0bb7dd5b64fca0fedce046d7ab0475a4c6 (patch)
tree5124f2f9f28663403c81779cda612c1f939dc725 /src/qml/compiler/qqmltypecompiler_p.h
parent6269e4fafc882b9727fe06b405b876af99060d8c (diff)
Fix MSVC2012 compiler warnings.
Tested on both win32 and win64. Change-Id: I47755e2da51829e61e1452eaaf84a057224b478b Reviewed-by: Simon Hausmann <simon.hausmann@digia.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
Diffstat (limited to 'src/qml/compiler/qqmltypecompiler_p.h')
-rw-r--r--src/qml/compiler/qqmltypecompiler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qqmltypecompiler_p.h b/src/qml/compiler/qqmltypecompiler_p.h
index 62c0ae81ef..405438c0ab 100644
--- a/src/qml/compiler/qqmltypecompiler_p.h
+++ b/src/qml/compiler/qqmltypecompiler_p.h
@@ -221,7 +221,7 @@ protected:
QVector<int> componentRoots;
// indices of objects that are the beginning of a new component
// scope. This is sorted and used for binary search.
- QVector<int> componentBoundaries;
+ QVector<quint32> componentBoundaries;
int _componentIndex;
QHash<int, int> _idToObjectIndex;