Move the IdentifierTable into it's own file
authorLars Knoll <lars.knoll@digia.com>
Thu, 27 Jun 2013 21:02:45 +0000 (23:02 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 28 Jun 2013 12:56:29 +0000 (14:56 +0200)
commit8dab9e5d118c9a0d6d180a44aaa8f7c3a1108ae2
tree600fb7da0fc45ff213c7c0ee8f6226417e9633eb
parentb83abcb398c2c449bfa4ada2172e890b56b8602c
Move the IdentifierTable into it's own file

This reduces compile time dependencies.

Change-Id: I7e68ec36022fb0b1dcc10be0cc345aa207ea110c
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/qml/v4/qv4engine.cpp
src/qml/qml/v4/qv4identifier.cpp
src/qml/qml/v4/qv4identifier_p.h
src/qml/qml/v4/qv4identifiertable.cpp [new file with mode: 0644]
src/qml/qml/v4/qv4identifiertable_p.h [new file with mode: 0644]
src/qml/qml/v4/qv4internalclass.cpp
src/qml/qml/v4/qv4string.cpp
src/qml/qml/v4/v4.pri