emailuis/nmailuiwidgets/inc/nmhtmllineedit.h
changeset 74 6c59112cfd31
parent 68 83cc6bae1de8
child 76 38bf5461e270
--- 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_ */