Skip to content
Snippets Groups Projects
Commit b53ba612 authored by Christian Kamm's avatar Christian Kamm
Browse files

QmlJS: Always register C++ based components with their C++ name.

This is the name that other components will refer to it by. For
instance, MouseArea has a 'drag' property with type 'QDeclarativeDrag',
since QDeclarativeDrag was only exported as Qt.Drag and QtQuick.Drag,
the type lookup didn't manage to resolve the name.
parent 224ca48e
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment