emailuis/nmailui/inc/nmeditorview.h
changeset 62 a8c646b56683
parent 57 ae34e1715e21
child 74 6c59112cfd31
--- a/emailuis/nmailui/inc/nmeditorview.h	Thu Aug 05 21:09:09 2010 +0300
+++ b/emailuis/nmailui/inc/nmeditorview.h	Mon Aug 23 23:32:31 2010 +0300
@@ -81,6 +81,7 @@
     void invalidAddressQuery(HbAction* action);
     void okToExitQuery(HbAction* action);
     void sendProgressDialogCancelled();
+    void safeToDraft();
     
 protected:
     void resizeEvent(QGraphicsSceneResizeEvent *event);
@@ -146,9 +147,8 @@
     NmAttachmentPicker* mAttachmentPicker; // Owned    
     bool mCcBccFieldVisible;
     QPointer<HbProgressDialog> mServiceSendingDialog; // Owned.
-    bool mIsNotFetchedBefore;
-	HbListWidget *mTBExtnContentWidget;		// Owned
-	QString mHiddenPriorityName;
+    HbListWidget *mTBExtnContentWidget;		// Owned
+    QString mHiddenPriorityName;
 };