emailservices/nmclientapi/src/nmapiattachment.cpp
changeset 76 38bf5461e270
parent 74 6c59112cfd31
equal deleted inserted replaced
74:6c59112cfd31 76:38bf5461e270
    17 
    17 
    18 #include "nmapiheaders.h"
    18 #include "nmapiheaders.h"
    19 
    19 
    20 namespace EmailClientApi
    20 namespace EmailClientApi
    21 {
    21 {
    22 
       
    23 /*!
    22 /*!
    24     Class constructor.
    23     Class constructor.
    25 */
    24 */
    26 NmApiAttachment::NmApiAttachment()
    25 NmApiAttachment::NmApiAttachment()
    27 {
    26 {
    80 void NmApiAttachment::setFileName(const QString &fileName)
    79 void NmApiAttachment::setFileName(const QString &fileName)
    81 {
    80 {
    82     NM_FUNCTION;
    81     NM_FUNCTION;
    83     d->setFileName(fileName);
    82     d->setFileName(fileName);
    84 }
    83 }
       
    84 }
    85 
    85 
    86 }
    86 
       
    87