[OpenDocString] kdeconnect-kde (cpp)
attachmentinfo.cpp
AttachmentInfo::AttachmentInfo()
{
}
This implements the functionality of the attachment info object.
AttachmentInfo::AttachmentInfo(const Attachment &attachment)
    : m_partID(attachment.partID())
    , m_mimeType(attachment.mimeType())
    , m_uniqueIdentifier(attachment.uniqueIdentifier())
{
}
Returns a list of all the information about the given attachment.