[Compiler] Remove class LibraryClass.
ClosedPublic

Authored by akreuzkamp on Sep 11 2015, 9:42 AM.

Details

Summary

Instead we simply use one class Type. Type needs a flag
IsInstantiable anyway and everywhere where we need LibraryClass, we
must downcast from Type.

Diff Detail

Repository
R18 QMLWeb
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
akreuzkamp updated this revision to Diff 850.Sep 11 2015, 9:42 AM
akreuzkamp retitled this revision from to [Compiler] Remove class LibraryClass..
akreuzkamp updated this object.
akreuzkamp edited the test plan for this revision. (Show Details)
akreuzkamp added reviewers: jangmarker, pavelvasev.
jangmarker accepted this revision.Sep 11 2015, 10:00 AM
jangmarker edited edge metadata.

thank you :-) maybe that structure will last forever :D

This revision is now accepted and ready to land.Sep 11 2015, 10:00 AM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.