Skip to content

Remove QML plugin

Nicolas Fella requested to merge nicolasfella/calindori:noqmlplugin into master

We don't actually need to have a QML plugin here. We can just do the type registration in the main.cpp.

In a future MR I'd like to use a class from the plugin from main.cpp, having the classes in the same binary simplifies that a lot

Merge request reports