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 |