Commit Graph

2 Commits

Author SHA1 Message Date
Sami Shalayel 01aa3d3a0f alarms: fix qmllint warnings
Fix qmllint warnings by adding missing pragmas or missing required
properties.

Pick-to: 6.8
Task-number: QTBUG-100100
Change-Id: I2d3d8aa8c948ba8c8c8edcf5d841ca5ecf93cf7f
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2024-09-24 10:23:18 +02:00
Sami Shalayel 86d40e28d5 alarms: port to qt_add_qml_module
Use qt_add_qml_module, qt_standard_project_setup, use loadFromModule(),
rename main.qml to capital Main.qml so it can be loaded via
loadFromModule(), rename the QML Module to Alarms as QML Modules usually
start with an upper case letter.
Also fix the documentation.

Pick-to: 6.8
Task-number: QTBUG-100100
Change-Id: I8b0c7c1924c4c5e0268ca33b339ba3645bb29f7a
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2024-09-24 10:23:11 +02:00