Skip to content

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

Merged

Conversation

BenFordTytherington
Copy link
Collaborator

  • 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

Copy link

codecov bot commented Mar 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (3c6dbf1) to head (c165d7d).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BenFordTytherington BenFordTytherington force-pushed the improve-signals-in-qapps branch 2 times, most recently from 11b5572 to 29d3a8c Compare March 7, 2025 14:39
@BenFordTytherington BenFordTytherington force-pushed the improve-signals-in-qapps branch 11 times, most recently from 2161557 to 6a278c1 Compare March 7, 2025 17:01
@ahayzen-kdab
Copy link
Collaborator

Working on a CXX fix which should help with the CI issues.

@ahayzen-kdab ahayzen-kdab mentioned this pull request Mar 10, 2025
@ahayzen-kdab
Copy link
Collaborator

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.

ahayzen-kdab
ahayzen-kdab previously approved these changes Mar 14, 2025
Copy link
Collaborator

@ahayzen-kdab ahayzen-kdab left a comment

Choose a reason for hiding this comment

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

LGTM :-D

- 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
@ahayzen-kdab ahayzen-kdab enabled auto-merge (rebase) March 14, 2025 14:29
@ahayzen-kdab ahayzen-kdab merged commit 9d1f733 into KDAB:main Mar 14, 2025
16 checks passed
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.

2 participants