messagingapp/msgui/msgapp/inc/msglistview.h
changeset 76 60a8a215b0ec
parent 37 518b245aa84c
--- a/messagingapp/msgui/msgapp/inc/msglistview.h	Tue Oct 05 13:58:47 2010 +0530
+++ b/messagingapp/msgui/msgapp/inc/msglistview.h	Tue Oct 19 11:30:16 2010 +0530
@@ -102,11 +102,6 @@
     void doDelayedConstruction();
     
     /**
-     * Handles saving to contacts
-     */
-    void saveToContacts();
-    
-    /**
      * Opens contact card for resolved contact.
      */
     void contactInfo();
@@ -167,6 +162,9 @@
      * Own
      */    
     QGraphicsLinearLayout *mMainLayout;
+    #ifdef MSGUI_MSGAPP_UNIT_TEST
+        friend class TestMsgListView;
+    #endif
 };
 
 #endif // MSG_LIST_VIEW_H