-
Notifications
You must be signed in to change notification settings - Fork 806
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 methods, make more QML-friendly #4687
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4687 +/- ##
==========================================
- Coverage 56.42% 56.41% -0.01%
==========================================
Files 138 138
Lines 17068 17068
==========================================
- Hits 9630 9629 -1
- Misses 7438 7439 +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.
please have a look at the conflicts (and also the conflicts with your other PRs)
15fb04c
to
1f88ff1
Compare
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
1f88ff1
to
b712eb9
Compare
AppImage file: Nextcloud-PR-4687-1f88ff14b4742b55cbb4570b64bdf9f1473c2c83-x86_64.AppImage |
SonarCloud Quality Gate failed. |
Rebased and conflicts fixed |
/backport to stable-3.5 |
/backport to stable-3.5 |
The backport to stable-3.5 failed. Please do this backport manually. |
The
Systray
class has at the moment several unnecessaryQ_INVOKABLE
methods, and other methods that could be simplified into propertiesThis PR cleans up and refactors these methods to make the code cleaner and more QML-friendly
Signed-off-by: Claudio Cambra claudio.cambra@gmail.com