-
Notifications
You must be signed in to change notification settings - Fork 88
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
QObjectBox struct is redundant? #170
Comments
I don't remember, but you're probably right. Note that also QObjectPinned should be changed to use std::Pin now, that did not exist at the time this API was developed. |
Yes, I'll get to it someday too. Before that, I'd want to clean up more things. |
ratijas
added a commit
to ratijas/qmetaobject-rs
that referenced
this issue
Jul 15, 2021
Goodbye, you have to go. We've never been close friends anyway. Kefia example got a fresh look, although still using Quick Controls 1. I unironically had to find ancient ruins of Yaourt repo, build and install it, just to check the format of its -Qe output, because fields were wrongly named and that got me confused. Expac replacement is changes behavior to list all packages from all repos instead of only locally installed ones, but that's something not easy to workaround, and its better than having forever-obsolete and forgotten dependency. [ChangeLog][Breaking Change] QObjectBox was removed. Fixes woboq#170
ratijas
added a commit
to ratijas/qmetaobject-rs
that referenced
this issue
Jul 15, 2021
Goodbye, you have to go. We've never been close friends anyway. Kefia example got a fresh look, although still using Quick Controls 1.x. I unironically had to find ancient ruins of Yaourt repo, build and install it, just to check the format of its -Qe output, because fields were wrongly named and that got me confused. Expac replacement is changes behavior to list all packages from all repos instead of only locally installed ones, but that's something not trivial to workaround, and its better than having forever-obsolete and forgotten dependency. [ChangeLog][Breaking Change] QObjectBox was removed. Fixes woboq#170
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
QObjectBox is only ever used for the old kefia example in a form of a patch.
Seems like the functionality was superseded by
QObjectPinned
, except there is no lifetime, and content is owned. I wonder, if there is any use for it?The text was updated successfully, but these errors were encountered: