messagingapp/msgui/unifiededitor/inc/msgunieditorattachmentcontainer.h
changeset 70 a15d9966050f
parent 34 84197e66a4bd
child 76 60a8a215b0ec
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
    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