Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Deletes a QAMessage object.
public virtual void deleteMessage(QAMessage * msg)
msg The message to delete.
By default, messages created by QAManagerBase::createTextMessage or QAManagerBase::createBinaryMessage are deleted automatically when the QAManagerBase is closed. This method allows more control over when messages are deleted.