Port to declarative qml type registration
Reason for the change
We get compiled QML
Issues
Opening the settings page gives the following message:
qrc:/qt/qml/org/kde/elisa/qml/SettingsForm.qml:299:13: QML Connections: Detected function "onInitialViewIndexChanged" in Connections element. This is probably intended to be a signal handler but no signal of the target matches the name.
qrc:/qt/qml/org/kde/elisa/qml/SettingsForm.qml:255:13: QML Connections: Detected function "onEmbeddedViewChanged" in Connections element. This is probably intended to be a signal handler but no signal of the target matches the name.
qrc:/qt/qml/org/kde/elisa/qml/SettingsForm.qml:256:17: Unable to assign [undefined] to QObject*
qrc:/qt/qml/org/kde/elisa/qml/SettingsForm.qml:300:17: Unable to assign [undefined] to QObject*
I'm not sure why this is. It doesn't seem to be a problem anyway.
Test plan
- Run the test suite
- Use the app as normal
Edited by Jack Hill