emailuis/nmailuiwidgets/inc/nmrecipientlineedit.h
changeset 54 997a02608b3a
parent 30 759dc5235cdb
child 68 83cc6bae1de8
equal deleted inserted replaced
53:bf7eb7911fc5 54:997a02608b3a
    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 	
    38 	
    39 public slots:
    39 public slots:
    40 #ifdef Q_OS_SYMBIAN
    40 #ifdef Q_OS_SYMBIAN
    41     void insertSelectedContacts(const QVariant &selectedContacts);
    41     void addSelectedContacts(const QVariant &selectedContacts);
    42 #endif
    42 #endif
    43 
    43 
    44 protected:	// from HbLineEdit
    44 protected:	// from HbLineEdit
    45     void keyPressEvent(QKeyEvent *event);
    45     void keyPressEvent(QKeyEvent *event);
    46     void inputMethodEvent(QInputMethodEvent *event);
    46     void inputMethodEvent(QInputMethodEvent *event);