-
Notifications
You must be signed in to change notification settings - Fork 651
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
Drive-by fixes #3173
Drive-by fixes #3173
Conversation
Avoid converting cstrings to std string, only to convert to QString.
Codecov Report
@@ Coverage Diff @@
## main #3173 +/- ##
=======================================
Coverage 88.49% 88.49%
=======================================
Files 239 239
Lines 12111 12111
=======================================
Hits 10718 10718
Misses 1393 1393
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, got the other platforms to build. LGTM, thanks!
bors merge
3173: Drive-by fixes r=townsend2010 a=ricab A little collection of small "drive-by" fixes while looking at other things. Co-authored-by: Ricardo Abreu <[email protected]>
Build failed: |
bors retry |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
A little collection of small "drive-by" fixes while looking at other things.