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

Add QQuickWindow and QQuickItem::window_changed #305

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

i509VCB
Copy link

@i509VCB i509VCB commented Nov 8, 2023

Some types that I will need to later on bind types related to QSGRendererInterface.

Not related to this pull request, did we want to split qtdeclarative.rs up? I suspect that the file will definitely grow quite a bit.

Some types that I will need to later on bind types related to QSGRendererInterface.

Not related to this pull request, did we want to split `qtdeclarative.rs` up. I suspect that the file will definitely grow quite a bit.
Comment on lines +794 to +796
pub unsafe fn from_raw<'a>(ptr: *mut c_void) -> &'a Self {
std::mem::transmute(ptr)
}
Copy link
Author

Choose a reason for hiding this comment

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

Now that I realize it, this is undefined behavior...

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.

1 participant