Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h
authorLars Knoll <lars.knoll@theqtcompany.com>
Sat, 14 Feb 2015 21:46:41 +0000 (22:46 +0100)
committerSimon Hausmann <simon.hausmann@theqtcompany.com>
Fri, 24 Apr 2015 15:20:43 +0000 (15:20 +0000)
commit0a499043fbaccc0a83ba59f81f64993552d7b13b
tree805009e85cd5b7b2df39234dd4ad532ed3df1530
parent3e4cf5498b6605b1953cbe1b041bdff10154a0ce
Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h

This is a cleaner separation and further reduces include dependencies
in the definitions of our basic data structured.

Change-Id: I18aa86cdea0c0dfbc16075d4d617af97e638811e
Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
73 files changed:
src/imports/xmllistmodel/qqmlxmllistmodel.cpp
src/particles/qquickv4particledata_p.h
src/qml/compiler/qqmlirbuilder.cpp
src/qml/compiler/qv4codegen.cpp
src/qml/compiler/qv4compileddata.cpp
src/qml/compiler/qv4compiler.cpp
src/qml/compiler/qv4isel_p.cpp
src/qml/jit/qv4regalloc.cpp
src/qml/jsapi/qjsvalue.cpp
src/qml/jsapi/qjsvalue_p.h
src/qml/jsruntime/jsruntime.pri
src/qml/jsruntime/qv4argumentsobject.cpp
src/qml/jsruntime/qv4arraybuffer.cpp
src/qml/jsruntime/qv4arraydata.cpp
src/qml/jsruntime/qv4arrayobject.cpp
src/qml/jsruntime/qv4dataview.cpp
src/qml/jsruntime/qv4dateobject.cpp
src/qml/jsruntime/qv4debugging.cpp
src/qml/jsruntime/qv4engine.cpp
src/qml/jsruntime/qv4engine_p.h
src/qml/jsruntime/qv4errorobject.cpp
src/qml/jsruntime/qv4function.cpp
src/qml/jsruntime/qv4globalobject.cpp
src/qml/jsruntime/qv4include_p.h
src/qml/jsruntime/qv4jsonobject.cpp
src/qml/jsruntime/qv4lookup.cpp
src/qml/jsruntime/qv4memberdata.cpp
src/qml/jsruntime/qv4numberobject.cpp
src/qml/jsruntime/qv4object.cpp
src/qml/jsruntime/qv4object_p.h
src/qml/jsruntime/qv4objectiterator.cpp
src/qml/jsruntime/qv4objectproto.cpp
src/qml/jsruntime/qv4persistent_p.h
src/qml/jsruntime/qv4profiling.cpp
src/qml/jsruntime/qv4qobjectwrapper_p.h
src/qml/jsruntime/qv4runtime_p.h
src/qml/jsruntime/qv4sequenceobject_p.h
src/qml/jsruntime/qv4serialize.cpp
src/qml/jsruntime/qv4serialize_p.h
src/qml/jsruntime/qv4string.cpp
src/qml/jsruntime/qv4string_p.h
src/qml/jsruntime/qv4typedarray.cpp
src/qml/jsruntime/qv4typedvalue_p.h [moved from src/qml/jsruntime/qv4value_inl_p.h with 62% similarity]
src/qml/jsruntime/qv4value.cpp
src/qml/jsruntime/qv4value_p.h
src/qml/jsruntime/qv4variantobject_p.h
src/qml/jsruntime/qv4vme_moth.cpp
src/qml/qml/qqmlboundsignal.cpp
src/qml/qml/qqmlcontextwrapper.cpp
src/qml/qml/qqmlcontextwrapper_p.h
src/qml/qml/qqmldata_p.h
src/qml/qml/qqmljavascriptexpression.cpp
src/qml/qml/qqmllistwrapper_p.h
src/qml/qml/qqmlproperty.cpp
src/qml/qml/qqmlpropertycache.cpp
src/qml/qml/qqmlpropertycache_p.h
src/qml/qml/qqmltypeloader_p.h
src/qml/qml/qqmltypewrapper_p.h
src/qml/qml/qqmlvaluetypewrapper_p.h
src/qml/qml/qqmlvmemetaobject_p.h
src/qml/qml/v8/qv8engine.cpp
src/qml/qml/v8/qv8engine_p.h
src/qml/types/qqmldelegatemodel.cpp
src/qml/types/qquickworkerscript.cpp
src/qml/util/qqmladaptormodel.cpp
src/quick/items/context2d/qquickcanvasitem.cpp
src/quick/items/context2d/qquickcontext2d.cpp
src/quick/items/context2d/qquickcontext2d_p.h
src/quick/items/qquickloader_p_p.h
tests/auto/qmldevtools/compile/tst_compile.cpp
tools/qmlimportscanner/main.cpp
tools/qmljs/qmljs.cpp
tools/qmllint/main.cpp