Skip to content
Snippets Groups Projects
Commit d24cb60d authored by Fawzi Mohamed's avatar Fawzi Mohamed
Browse files

qml: moving most of ModelManager logic to ModelManageInterface


Currently ModelManager contains lot logic, but as it sits in QmlJSTools
it is not possible to use it in standalone tests.
Moving most of the logic to ModelManagerInterface (and cleanup)
to allow better testing, and refactoring.
This introduces a dependency of the qmljs lib on the cplusplus lib
Also a (small) part of the CppTool::ModelManagerInterface has been
moved to CPlusPlus::CppModelManagerBase to remove the dependency on
CppTools to gather the Qml types exposed from C++.

Change-Id: Icad7fe96dfd0f1a2b1058d82bd98c77c40aa5e9d
Reviewed-by: default avatarFawzi Mohamed <fawzi.mohamed@digia.com>
parent bf989b75
No related branches found
No related tags found
No related merge requests found
Showing
with 1472 additions and 118 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment