Skip to content

Conversation

@JulienMaille
Copy link

FIX: #338

Comment on lines +124 to +126
if (QMetaType::type("QObjectList") == QMetaType::UnknownType) {
qRegisterMetaType<QObjectList>("QObjectList");
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is awfully specific. Please add a comment explaining why/in which case this is needed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want me to restrict it to Qt5 too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

QObjectList registered twice when used together with QtScript

2 participants