Remove specialized container access code from Grantlee.
authorStephen Kelly <steveire@gmail.com>
Wed, 11 Sep 2013 12:19:39 +0000 (14:19 +0200)
committerStephen Kelly <steveire@gmail.com>
Mon, 22 Sep 2014 11:05:03 +0000 (13:05 +0200)
commit59334f20ee617d3bc9fcdd07a53d2a406e911f37
tree33f17fc115ddd318a6ccb030e7248ee665206926
parentec0dbcae0833b1aa9c02af58b4bdd1a75159ea23
Remove specialized container access code from Grantlee.

The logic for accessing containers, smart pointers to QObject derived
types and QObject subclasses is now part of Qt.

The TypeAccessors remain for custom 3rd party types.
16 files changed:
dox/generictypes.dox
templates/lib/CMakeLists.txt
templates/lib/containeraccessor.h [deleted file]
templates/lib/customtyperegistry.cpp
templates/lib/customtyperegistry_p.h
templates/lib/grantlee_templates.h
templates/lib/metatype.cpp
templates/lib/metatype.h
templates/lib/typeaccessor.h
templates/lib/typeaccessors.cpp
templates/lib/util.cpp
templates/lib/util.h
templates/tests/test_macros.h
templates/tests/testdefaulttags.cpp
templates/tests/testgenericcontainers.cpp
templates/tests/testgenerictypes.cpp