-
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
feat(qmetaobject): add "is" wrappers for special QJSValues #224
base: master
Are you sure you want to change the base?
Conversation
d4538d5
to
5c3f034
Compare
LGTM, except unrelated |
5c3f034
to
f5a303b
Compare
f5a303b
to
7ba03be
Compare
It appears, that |
From the link you referenced:
QJSValue does not explicitly define a standalone default constructor, but it does have one with a single optional argument: QJSValue::QJSValue(QJSValue::SpecialValue value = UndefinedValue) so a |
7ba03be
to
9c5ba84
Compare
Added as an |
Ping? |
I hope, I handled
enum
right.Ref #221