diff -r 4e54af54a4a1 -r 6c59112cfd31 emailuis/nmailuiwidgets/inc/nmhtmllineedit.h --- a/emailuis/nmailuiwidgets/inc/nmhtmllineedit.h Wed Sep 15 17:47:19 2010 +0300 +++ b/emailuis/nmailuiwidgets/inc/nmhtmllineedit.h Thu Sep 30 11:43:07 2010 +0300 @@ -41,10 +41,14 @@ bool hasInputFocus() const; QRectF rectForCursorPosition() const; - + void setIndentForLabel(const qreal indent); + public slots: void setPlainText(const QString &text); void setHtml(const QString &text); + +private: + qreal mIndent; }; #endif /* NMHTMLLINEEDIT_H_ */