smf/inc/common/smfcontacts/smfpost.h
changeset 5 edb9dc8273d9
parent 3 0446eb7b28aa
equal deleted inserted replaced
4:969092730d34 5:edb9dc8273d9
    34  * @ingroup smf_common_group
    34  * @ingroup smf_common_group
    35  * The post class represents an instance of a post to a SN site
    35  * The post class represents an instance of a post to a SN site
    36  */
    36  */
    37 class SMFCLIENT_EXPORT SmfPost : public QTextDocument
    37 class SMFCLIENT_EXPORT SmfPost : public QTextDocument
    38 	{
    38 	{
    39 	Q_OBJECT
    39 
    40 public:
    40 public:
    41 	/**
    41 	/**
    42 	 * Constructor with default argument
    42 	 * Constructor with default argument
    43 	 * @param text Text
    43 	 * @param text Text
    44 	 * @param aParent The parent object
    44 	 * @param aParent The parent object