-
Notifications
You must be signed in to change notification settings - Fork 77
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
Missing PartialEq for QVariant #487
Labels
🪲 bug
Something isn't working
Comments
@vimpostor was there a reason |
10 tasks
vimpostor
added a commit
to vimpostor/cxx-qt
that referenced
this issue
Mar 27, 2023
This fixes #[qproperty] not being available for QVariant, because the generated setter would use the equality operator. Fixes KDAB#487
vimpostor
added a commit
to vimpostor/cxx-qt
that referenced
this issue
Mar 27, 2023
This fixes #[qproperty] not being available for QVariant, because the generated setter would use the equality operator. Fixes KDAB#487
vimpostor
added a commit
that referenced
this issue
Mar 27, 2023
This fixes #[qproperty] not being available for QVariant, because the generated setter would use the equality operator. Fixes #487
ahayzen-kdab
pushed a commit
to ahayzen-kdab/cxx-qt
that referenced
this issue
Mar 27, 2023
This fixes #[qproperty] not being available for QVariant, because the generated setter would use the equality operator. Fixes KDAB#487
ahayzen-kdab
pushed a commit
that referenced
this issue
Mar 27, 2023
This fixes #[qproperty] not being available for QVariant, because the generated setter would use the equality operator. Fixes #487
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Discussed in #486
Originally posted by antroids March 24, 2023
Hi there,
Trying to figure out how to use the library and noticed that
cxx_qt_lib::QHash<cxx_qt_lib::QHashPair_QString_QVariant>
cannot be used as#[qproperty]
due to missing PartialEq impl for QVariant. The comparison is used in generated setter.Is it intended or just not implemented yet?
The text was updated successfully, but these errors were encountered: