KDAB / cxx-qt

Safe interop between Rust and Qt
https://kdab.github.io/cxx-qt/book/
993 stars 66 forks source link

Implement QAnyStringView #995

Open redstrate opened 1 month ago

redstrate commented 1 month ago

This is a read-only string type that's used in several new Qt6 APIs such as QQmlApplicationEngine::loadFromModule.

Fixes #629

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.44%. Comparing base (9f2de71) to head (9cb150e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #995 +/- ## ======================================= Coverage 98.44% 98.44% ======================================= Files 71 71 Lines 12633 12633 ======================================= Hits 12436 12436 Misses 197 197 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.