-
Notifications
You must be signed in to change notification settings - Fork 84
Add more signals to cxx_qt_lib #1217
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 more signals to cxx_qt_lib #1217
Conversation
BenFordTytherington
commented
Mar 7, 2025
- Add objectCreated signal to QQmlApplicationEngine
- Add objectCreationFailed signal to QQmlApplicationEngine
- Fixed bug where type_name doesn't recognise QObject
- Fixed qualification of QCoreApplication in bridge
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1217 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 73 73
Lines 12593 12594 +1
=========================================
+ Hits 12593 12594 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
11b5572
to
29d3a8c
Compare
2161557
to
6a278c1
Compare
Working on a CXX fix which should help with the CI issues. |
So looks like #1222 has helped CI (only issue is around the MSRV now as versions have changed) using the patched CXX, so i'll try submitting that upstream. |
6a278c1
to
ab73da3
Compare
ab73da3
to
4828e6d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM :-D
353014a
to
e4cbaba
Compare
- Add objectCreated signal to QQmlApplicationEngine - Add objectCreationFailed signal to QQmlApplicationEngine - Fixed bug where type_name doesn't recognise QObject - Fixed qualification of QCoreApplication in bridge
e4cbaba
to
c165d7d
Compare