Convert IdentifierHash to be template based
authorLars Knoll <lars.knoll@digia.com>
Thu, 27 Jun 2013 17:57:46 +0000 (19:57 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 28 Jun 2013 12:56:22 +0000 (14:56 +0200)
commitde7d66ba0295eba73d509e671fdda69a9bef39a6
treec4f3c5caa82ffebc9bc08a320497a1d87dbd9146
parent7259642e35fc8a1d354697f8b1700cbadd540870
Convert IdentifierHash to be template based

Make it a template based class, so we can store
more then just integers here and replace more
StringHash'es with it.

Change-Id: I21442d13c6260f184bc7b63a8a58e826699f0c83
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/qml/qqmlcompiler.cpp
src/qml/qml/qqmlcompiler_p.h
src/qml/qml/qqmlcontext.cpp
src/qml/qml/qqmlcontext_p.h
src/qml/qml/v4/qv4identifier.cpp
src/qml/qml/v4/qv4identifier_p.h
src/qml/qml/v4/qv4internalclass.cpp