Skip to content

Fix up QML and JavaScript code style

ivan tkachenko requested to merge work/ratijas/style-plus-plus into master

One fairly important change is the way Connections are declared. The old way with 'fake' signal handlers was relying on custom QML parser, and is currently deprecated and supposed to issue deprecation warnings at runtime. The new way is to declare methods as normal functions instead.

GIT_SILENT

CC @mart @crossi

Merge request reports