summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmoduleplugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | Reviewed-by: Trust Me
* Don't use statics for type definition, at least for plugin modules.Warwick Allison2010-02-011-0/+8
| | | | Task-number: QT-2798
* Load qmlmodules plugins.Warwick Allison2010-01-071-0/+78
This allows projects which use the declarative module to add QML types through C++ modules, such that qmlviewer (or any QML) can import those types.