We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
qttypes::QPainter
QPainter is declared as a cpp_class!, but QPainter can't be moved in memory because the QPainterPrivate holds a q_ptr pointer to the origial QPainter.
q_ptr
qmetaobject-rs/qttypes/src/lib.rs
Lines 1279 to 1284 in 808d312
We would need to somehow put the QPainter on the heap. But that'd be an incompatible change for people using it via the cpp! macro.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
QPainter is declared as a cpp_class!, but QPainter can't be moved in memory because the QPainterPrivate holds a
q_ptr
pointer to the origial QPainter.qmetaobject-rs/qttypes/src/lib.rs
Lines 1279 to 1284 in 808d312
We would need to somehow put the QPainter on the heap. But that'd be an incompatible change for people using it via the cpp! macro.
The text was updated successfully, but these errors were encountered: