messagingapp/msgui/inc/msgbaseview.h
changeset 44 36f374c67aa8
parent 43 35b64624a9e7
child 47 5b14749788d7
child 52 12db4185673b
equal deleted inserted replaced
43:35b64624a9e7 44:36f374c67aa8
    68     /**
    68     /**
    69      * This signal is emitted whenever a view switch is needed.
    69      * This signal is emitted whenever a view switch is needed.
    70      */
    70      */
    71     void switchView(const QVariantList& data);
    71     void switchView(const QVariantList& data);
    72     
    72     
       
    73     /**
       
    74      * Forceful close of conversation view
       
    75      */
       
    76     void closeOpenConversationView();
    73 
    77 
    74 };
    78 };
    75 
    79 
    76 #endif //MSG_BASE_VIEW_H_
    80 #endif //MSG_BASE_VIEW_H_