-
Notifications
You must be signed in to change notification settings - Fork 800
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
Clean up systray.mm (macOS) #5602
Conversation
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #5602 +/- ##
==========================================
- Coverage 60.08% 59.39% -0.70%
==========================================
Files 145 143 -2
Lines 18762 18445 -317
==========================================
- Hits 11274 10956 -318
- Misses 7488 7489 +1 |
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.
@claucambra Nice one. Just check 1 tiny comment.
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
Signed-off-by: Claudio Cambra <[email protected]>
9c6e996
to
53cc438
Compare
AppImage file: nextcloud-PR-5602-53cc438bf1ecad4bd45b317c04313040783528bc-x86_64.AppImage |
Kudos, SonarCloud Quality Gate passed! |
The code here lacks constness, proper indentation, and uses old property accessing methods in Obj-C -- this can be improved with some basic changes :)