-
Notifications
You must be signed in to change notification settings - Fork 804
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
QML-ify the UserModel, use properties rather than setter methods #4710
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4710 +/- ##
==========================================
+ Coverage 56.43% 56.55% +0.12%
==========================================
Files 138 138
Lines 17070 17070
==========================================
+ Hits 9633 9654 +21
+ Misses 7437 7416 -21
|
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.
I think this is a really nice improvement :)
/backport to stable-3.5 |
cd60ff6
to
f5fc33f
Compare
49e4b8e
to
5401b85
Compare
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
5401b85
to
539ba93
Compare
AppImage file: Nextcloud-PR-4710-539ba93fd167c63269cc7fc7cb157cd4143e130b-x86_64.AppImage |
SonarCloud Quality Gate failed. |
Make more use of properties over setter methods, move
Q_INVOKABLE void
methods to slotsSigned-off-by: Claudio Cambra claudio.cambra@gmail.com