On Monday 24 October 2011 13:52:09 Steven Sroka wrote:
> Can there be a constructor in a KAuth helper?
> In the techbase examples, the helper is access like this:
>
> KAuth::ActionReply reply = readAction.execute();
>
> Would the readAction constructor be called internally then the
> execute() fu
Can there be a constructor in a KAuth helper?
In the techbase examples, the helper is access like this:
KAuth::ActionReply reply = readAction.execute();
Would the readAction constructor be called internally then the
execute() function would be run, or does this bypass the constructor
and immediat