Skip to content
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

Mechanically remove QStringRef use for QStringView to help with Qt6. #722

Merged
merged 1 commit into from
Sep 22, 2021

Conversation

GPSBabelDeveloper
Copy link
Collaborator

  • Make more string literals encoded at UTF-16 (bloaty-bytes) to
    reduce conversions.
  • Favor QStringView(Qt6-ism that mirrors C++ standard std::stringview)
    over QStringRef (Qt5 hack).

* Make more string literals encoded at UTF-16 (bloaty-bytes) to
reduce conversions.
* Favor QStringView(Qt6-ism that mirrors C++ standard std::stringview)
over QStringRef (Qt5 hack).
@robertlipe robertlipe merged commit 518c46a into master Sep 22, 2021
tsteven4 added a commit that referenced this pull request Sep 27, 2021
… help with Qt6. (#723)

* Fix typo in maggeo from search-and-replace work earlier.

* Revert startOfDate() calls to keep floor at 5.12.x to keep builders happy. :-/

* Explictly get QString from StringView in gpx for compat with older Qt builds.

Co-authored-by: Robert Lipe <robertlipe@gmail.com>
@tsteven4 tsteven4 mentioned this pull request Oct 23, 2021
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