messagingapp/msgui/unifiededitor/inc/msgunieditorattachmentcontainer.h
changeset 56 f42d9a78f435
parent 37 518b245aa84c
child 76 60a8a215b0ec
equal deleted inserted replaced
55:5b3b2fa8c3ec 56:f42d9a78f435
    89      * emit to indicate view that container is now empty
    89      * emit to indicate view that container is now empty
    90 	 * View deletes the container if it becomes empty
    90 	 * View deletes the container if it becomes empty
    91      */
    91      */
    92     void emptyAttachmentContainer();
    92     void emptyAttachmentContainer();
    93     
    93     
    94 private slots:
    94 public slots:
    95     /**
    95     /**
    96      * delete attachment from the container
    96      * delete attachment from the container
    97      */
    97      */
    98     void deleteAttachment(MsgUnifiedEditorAttachment* attachment);
    98     void deleteAttachment(MsgUnifiedEditorAttachment* attachment);
    99     
    99