KPeople 5.109.0
Public Types | Public Member Functions | List of all members
KPeople::MergeDialog

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.
 

Detailed Description

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.

Since
5.8

Member Function Documentation

◆ setPersonsModel()

void KPeople::MergeDialog::setPersonsModel ( PersonsModel model)

Specifies which PersonsModel will be used to look for duplicates.