Kenneth Rohde Christiansen wrote:
>>    void setOperationFinished(uint operationHandle);
>>    void setOperationFinishedWithError(uint operationHandle,
>>            const QString &errorName, const QString &errorMessage);
>>     
>
> Why not just overload the function?
>
> void setOperationFinished(uint operationHandle, const QString
> &errorName, const QString &errorMessage);
>
>   
I prefer to make them explicit, we we already use this idiom in other 
classes.

What do you guys think?

BR
Andrunko
_______________________________________________
telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy

Reply via email to