You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signature currently looks like this: pub fn qml_register_singleton_instance<T: QObject + Sized + Default>
But it doesn't make sense to me why Default would be required there, and the implementation doesn't seem to use it at all. Perhaps this is a copy-paste bug, from qml_register_singleton_type?
The text was updated successfully, but these errors were encountered:
The signature currently looks like this:
pub fn qml_register_singleton_instance<T: QObject + Sized + Default>
But it doesn't make sense to me why
Default
would be required there, and the implementation doesn't seem to use it at all. Perhaps this is a copy-paste bug, fromqml_register_singleton_type
?The text was updated successfully, but these errors were encountered: