Revision 4f9fcba...

Go back to digest for 15th June 2014

Features in Development Tools

Denis Steckelmacher committed changes in [kdev-qmljs] /:

Support "font { pixelSize: 20; b: true; }"

typeFromClassName also returns the type of a declaration if the declaration is
an instance. Therefore, typeFromClassName("font") returns the type of the "font"
property, thus Font, and pixelSize and b are properties of Font.

File Changes

Modified 2 files
  •   duchain/declarationbuilder.cpp
  •   tests/files/plugins.qml
2 files changed in total