[Telepathy] tp-qt4 Observer, Approver, Handler high-level API proposal

Kenneth Rohde Christiansen kenneth.christiansen at gmail.com
Fri Apr 3 09:20:09 PDT 2009


>    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);

Kenneth


More information about the telepathy mailing list