emailuis/nmailuiwidgets/inc/nmhtmllineedit.h
changeset 76 38bf5461e270
parent 74 6c59112cfd31
equal deleted inserted replaced
74:6c59112cfd31 76:38bf5461e270
    44     void setIndentForLabel(const qreal indent);
    44     void setIndentForLabel(const qreal indent);
    45     
    45     
    46 public slots:
    46 public slots:
    47     void setPlainText(const QString &text);
    47     void setPlainText(const QString &text);
    48     void setHtml(const QString &text);
    48     void setHtml(const QString &text);
    49 
    49     // From HbAbstractEdit
       
    50     void paste();
       
    51     
    50 private:
    52 private:
    51     qreal mIndent;
    53     qreal mIndent;
    52 };
    54 };
    53 
    55 
    54 #endif /* NMHTMLLINEEDIT_H_ */
    56 #endif /* NMHTMLLINEEDIT_H_ */