> 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 _______________________________________________ telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
