Diffusion KAuth de225f87ae11

Fix returning of data in the helper example

Authored by volkov on Mar 29 2018, 3:44 PM.

Description

Fix returning of data in the helper example

Summary:
ActionReply::data() returns a value, not a reference, so its
modifications will be lost. Use ActionReply::addData() instead.
Also update the documentation.

Subscribers: Frameworks

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D11786

Details