summaryrefslogtreecommitdiffstats
path: root/src/imports/networksettings/plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Replaced license headers with GPLv3Kimmo Ollila2016-06-021-19/+12
| | | | | | Change-Id: Ie355ff1e296ee48d4d66e0610e4df56640f829d4 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Use qmlRegisterSingletonType instead of setContextProperty in pluginsKimmo Ollila2016-03-161-1/+0
| | | | | Change-Id: Ib6c6c7bc5e5e1db005dd43222163fceb50c8894a Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Refactored Qml plugins into modules.Teemu Holappa2016-02-171-0/+52
Separated C++ and Qml interfaces. All the UI's from plugins are moved to the settingsui folder. Change-Id: Id6a6623346b18321357bc42d24121c4d9cdfd098 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>