emailuis/nmailuiwidgets/inc/nmhtmllineedit.h
changeset 76 38bf5461e270
parent 74 6c59112cfd31
--- a/emailuis/nmailuiwidgets/inc/nmhtmllineedit.h	Thu Sep 30 11:43:07 2010 +0300
+++ b/emailuis/nmailuiwidgets/inc/nmhtmllineedit.h	Thu Oct 14 17:33:43 2010 +0300
@@ -46,7 +46,9 @@
 public slots:
     void setPlainText(const QString &text);
     void setHtml(const QString &text);
-
+    // From HbAbstractEdit
+    void paste();
+    
 private:
     qreal mIndent;
 };