Interface for messages supporting rich text contents.
virtual QString GetRichBody() const =0
Returns the rich text contents.
virtual void SetRichBody(const QString &text)=0
Sets the rich text contents.
Q_DECLARE_INTERFACE(LeechCraft::Azoth::IRichTextMessage,"org.Deviant.LeechCraft.Azoth.IRichTextMessage/1.0")
virtual ~IRichTextMessage()