Remove an overoptimisation that was only used (wrongly) in one place
authorLars Knoll <lars.knoll@digia.com>
Tue, 25 Jun 2013 19:53:06 +0000 (21:53 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 28 Jun 2013 12:55:55 +0000 (14:55 +0200)
commit4a3d5537dde71c57378da7e65e732d50f88e592a
tree066bd56f26a43b08478f17a5a10c716e5c6a811e
parentdfbec73b35cc600be0614081a0ef280d53a1c79e
Remove an overoptimisation that was only used (wrongly) in one place

Let's simplify this code. The goal is to replace most of the
code in qhashedstring with an identifier based hash table.

Change-Id: I2f9a38ad0bb2f43a2b2b87914823c23ed231f48c
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/qml/ftw/qhashedstring.cpp
src/qml/qml/ftw/qhashedstring_p.h
src/qml/qml/qqmlimport.cpp