Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning: 'qVariantFromValue<void *>' is deprecated: Use QVariant::fromValue() instead. #3507

Merged

Conversation

SunBlack
Copy link
Contributor

From Qt documentation:

This function was provided as a workaround for MSVC 6 which did not support member template functions.

Even though this method is deprecated for a long time, it was only marked as deprecated when Qt5.14 was released.

…:fromValue() instead.

From Qt documentation: This function was provided as a workaround for MSVC 6 which did not support member template functions.
@SergioRAgostinho SergioRAgostinho merged commit c004ff3 into PointCloudLibrary:master Dec 16, 2019
@SunBlack SunBlack deleted the replace_qVariantFromValue branch December 16, 2019 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants