emailuis/nmailuiwidgets/inc/nmrecipientlineedit.h
changeset 75 47d84de1c893
parent 54 997a02608b3a
child 74 6c59112cfd31
equal deleted inserted replaced
72:64e38f08e49c 75:47d84de1c893
    33     NmRecipientLineEdit(QGraphicsItem *parent = 0);
    33     NmRecipientLineEdit(QGraphicsItem *parent = 0);
    34     virtual ~NmRecipientLineEdit();
    34     virtual ~NmRecipientLineEdit();
    35 
    35 
    36     // Get the emailaddress list generated from the content of the lineedit.
    36     // Get the emailaddress list generated from the content of the lineedit.
    37     QList<NmAddress> emailAddressList();
    37     QList<NmAddress> emailAddressList();
       
    38     void addContacts(QList<NmAddress *> contacts);
    38 	
    39 	
    39 public slots:
    40 public slots:
    40 #ifdef Q_OS_SYMBIAN
    41 #ifdef Q_OS_SYMBIAN
    41     void addSelectedContacts(const QVariant &selectedContacts);
    42     void addSelectedContacts(const QVariant &selectedContacts);
    42 #endif
    43 #endif