emailuis/nmailui/src/nmrecipientfield.cpp
changeset 75 47d84de1c893
parent 59 16ed8d08d0b1
child 74 6c59112cfd31
equal deleted inserted replaced
72:64e38f08e49c 75:47d84de1c893
    72         this, SIGNAL(cursorPositionChanged(int, int)));
    72         this, SIGNAL(cursorPositionChanged(int, int)));
    73     connect(mRecipientsEditor, SIGNAL(editingFinished()),
    73     connect(mRecipientsEditor, SIGNAL(editingFinished()),
    74         this, SIGNAL(editingFinished()));
    74         this, SIGNAL(editingFinished()));
    75     connect(mRecipientsEditor, SIGNAL(selectionChanged()),
    75     connect(mRecipientsEditor, SIGNAL(selectionChanged()),
    76         this, SIGNAL(selectionChanged()));
    76         this, SIGNAL(selectionChanged()));
    77     connect(mLaunchContactsPickerButton, SIGNAL(pressed()),
    77     connect(mLaunchContactsPickerButton, SIGNAL(clicked()),
    78             this, SIGNAL(launchContactsPickerButtonClicked()));
    78         this, SIGNAL(launchContactsPickerButtonClicked()));
    79     connect(mLaunchContactsPickerButton, SIGNAL(pressed()),
    79     connect(mLaunchContactsPickerButton, SIGNAL(clicked()),
    80             this, SLOT(launchContactsPicker()));
    80         this, SLOT(launchContactsPicker()), Qt::QueuedConnection);
    81 }
    81 }
    82 
    82 
    83 
    83 
    84 /*!
    84 /*!
    85    Destructor
    85    Destructor