Skip to content

add Url type alias and use it everywhere, as preparation to migrate away from QUrl#48323

Merged
jkarneges merged 2 commits intomainfrom
jkarneges/url-alias
Apr 21, 2026
Merged

add Url type alias and use it everywhere, as preparation to migrate away from QUrl#48323
jkarneges merged 2 commits intomainfrom
jkarneges/url-alias

Conversation

@jkarneges
Copy link
Copy Markdown
Member

As part of our ongoing process of migrating away from Qt types, this PR is the first in a series for addressing QUrl. It adds a type alias and changes all call sites to use it. Since it's technically still the same type, the code should compile to the same thing with no change in behavior. Later, we can replace the alias with an alternative implementation, likely based on the Rust url crate via FFI.

@jkarneges jkarneges requested a review from a team April 21, 2026 17:02
@jkarneges jkarneges merged commit 4bb28d9 into main Apr 21, 2026
19 checks passed
@jkarneges jkarneges deleted the jkarneges/url-alias branch April 21, 2026 17:49
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