I have a little C++ class that I want to register with QML so I can access it from QML code and provide a safe API for the QML developer - while keeping the complex stuff "under the hood" and hidden from the perspective of QML.I have a little C++ class that I want to regist