messagingapp/msgui/appengine/inc/conversationsmodel.h
changeset 44 36f374c67aa8
parent 43 35b64624a9e7
child 47 5b14749788d7
child 52 12db4185673b
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
    87 
    87 
    88     /*
    88     /*
    89      * Clears the pixmap cache & model
    89      * Clears the pixmap cache & model
    90      */
    90      */
    91     void clearModel();
    91     void clearModel();
       
    92     
       
    93     void emitConversationViewEmpty();
    92 
    94 
    93 signals:
    95 signals:
    94 
    96 
    95     /*
    97     /*
    96      * Signal emitted to retrieve the pixmap icon
    98      * Signal emitted to retrieve the pixmap icon
    97      */
    99      */
    98     void retrievePreviewIcon(int msgId, QString& filepath) const;
   100     void retrievePreviewIcon(int msgId, QString& filepath) const;
       
   101     
       
   102     void conversationViewEmpty();
    99 
   103 
   100 private slots:
   104 private slots:
   101 
   105 
   102     /*
   106     /*
   103      * Slot which handles retrievePreviewIcon signal
   107      * Slot which handles retrievePreviewIcon signal