Skip to content

qt: register value types with names that begin with a lowercase letter

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/valuetypelowercase into master

Value types need to begin with a lower case letter, this is a convention that Qt follows as well (e.g. rect, eventPoint, url)

Merge request reports