D11786: Fix returning of data in the helper example

2018-04-10 Thread Alexander Volkov
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit R283:de225f87ae11: Fix returning of data in the helper example (authored by volkov). REPOSITORY R283 KAuth CHANGES SINCE

D11786: Fix returning of data in the helper example

2018-03-29 Thread Alexander Volkov
volkov added a reviewer: Frameworks. REPOSITORY R283 KAuth REVISION DETAIL https://phabricator.kde.org/D11786 To: volkov, #frameworks Cc: #frameworks, michaelh, ngraham

D11786: Fix returning of data in the helper example

2018-03-29 Thread Alexander Volkov
volkov created this revision. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: Frameworks. volkov requested review of this revision. REVISION SUMMARY ActionReply::data() returns a value, not a reference, so its modifications will be lost. Use Actio