Stack-allocate Kaidan object again
* Was only changed to heap because I thought the QQmlEngine needed to delete it * Now I know about CppOwnership. The Kaidan class should be small enough to be stack allocated, it's mostly a collection of pointers, four QStrings and some numbers (enums, bool, int)