summaryrefslogtreecommitdiffstats
path: root/src/sensorsquick/qmlsensorgesture.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Examples: Always use Title CapitalizationKai Köhne2021-08-041-1/+1
| | | | | | Pick-to: 6.2 Change-Id: I5930d9381220fbf4337d6cd90b678f0de3354cec Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* Split the Sensors QML plugin into a library and a pluginJuha Vuolle2021-05-261-0/+262
The main changes: - Introduction of new SensorsQuick library with private exports - The original QML plugin loads this new library and does little else - Renamed original 'sensors' plugin as 'declarative_sensors' to provide an idea what it relates to - Renamed library headers as private "_p.h" and added "We mean it" - Changed qmlRegister* calls to QML_ELEMENT macros - Removed files that are generated in Qt6 (qmldir, plugins.qmltypes) Task-number: QTBUG-92530 Change-Id: I18f849adabcc79ac47e67305f78aefeee82801bc Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>