-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/105024/
-----------------------------------------------------------

Review request for Plasma.


Description
-------

This commit changes the behavior of the "runners" property when no manager has 
been created yet:
- Setting the property emits runnersChanged() (unless it is the same as the old 
value)
- Reading the property after setting it returns the new value


Diffs
-----

  plasma/declarativeimports/krunnermodel/runnermodel.cpp 2717ef8 

Diff: http://git.reviewboard.kde.org/r/105024/diff/


Testing
-------

Run attached test script. Without the patch, output is:
"""
runners before: 
runners after:
"""

With the patch one gets:
"""
runners before: 
onRunnersChanged(): runners=services,shell
runners after: services,shell
"""


Thanks,

Aurélien Gâteau

_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to