KPeople 5.109.0
|
The merge dialog will be used to provide a GUI to attempt to figure out what contacts should be merged. More...
#include <mergedialog.h>
Public Types | |
enum | Role { NameRole = Qt::DisplayRole , UriRole = Qt::UserRole + 1 , PixmapRole , MergeReasonRole } |
Public Member Functions | |
MergeDialog (QWidget *parent=nullptr) | |
void | setPersonsModel (PersonsModel *model) |
Specifies which PersonsModel will be used to look for duplicates. | |
The merge dialog will be used to provide a GUI to attempt to figure out what contacts should be merged.
By properly mergeing contacts, the user will end up with having more information on each person.
void KPeople::MergeDialog::setPersonsModel | ( | PersonsModel * | model | ) |
Specifies which PersonsModel will be used to look for duplicates.