messagingapp/msgui/msgapp/inc/msglistview.h
changeset 76 60a8a215b0ec
parent 37 518b245aa84c
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
   100      * Constructs view when viewReady is emitted.
   100      * Constructs view when viewReady is emitted.
   101      */
   101      */
   102     void doDelayedConstruction();
   102     void doDelayedConstruction();
   103     
   103     
   104     /**
   104     /**
   105      * Handles saving to contacts
       
   106      */
       
   107     void saveToContacts();
       
   108     
       
   109     /**
       
   110      * Opens contact card for resolved contact.
   105      * Opens contact card for resolved contact.
   111      */
   106      */
   112     void contactInfo();
   107     void contactInfo();
   113 
   108 
   114 	/**
   109 	/**
   165     /**
   160     /**
   166      * Main layout
   161      * Main layout
   167      * Own
   162      * Own
   168      */    
   163      */    
   169     QGraphicsLinearLayout *mMainLayout;
   164     QGraphicsLinearLayout *mMainLayout;
       
   165     #ifdef MSGUI_MSGAPP_UNIT_TEST
       
   166         friend class TestMsgListView;
       
   167     #endif
   170 };
   168 };
   171 
   169 
   172 #endif // MSG_LIST_VIEW_H
   170 #endif // MSG_LIST_VIEW_H