Skip to content

Conversation

@jnbooth
Copy link
Contributor

@jnbooth jnbooth commented Jan 28, 2026

Currently, QImage::from_raw_parts and QImage::from_raw_parts_mut accept a pointer to a so-called "uchar", but cxx-qt-lib does not define that type, let alone export it, so the functions are unusable. This PR converts those functions to accept a u8 pointer instead.

@codecov
Copy link

codecov bot commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (55106f0) to head (bcb6eb3).

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #1401   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           75        75           
  Lines        13124     13124           
=========================================
  Hits         13124     13124           

☔ 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.

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.

1 participant