Need a help with qt error

Hi

I have this error in qt can you help me : Process killed by signal

QQmlApplicationEngine failed to load component
qrc:/main.qml:51 Expected type name

Application finished with exit code 255.

ligne 51 is a model :

 PathView {
                    anchors.fill: parent
                    model: listeMenu {}
                    delegate: delegate
                    path: Path {
                        startX: 120; startY: 100
                        PathQuad { x: 120; y: 25; controlX: 260; controlY: 75 }
                        PathQuad { x: 120; y: 100; controlX: -20; controlY: 75 }
                    }
                }

Hi

Note that we are not the experts in Qt. I guess your question would receive better answers in one of the Qt forums.

Note that mentioning the Qt version and giving the full file or at least the full PathView node with the closing parenthesis and the exact reference where that line is might also help.

Max