~blue-shell/telepathy-kde/PersonViewer

« back to all changes in this revision

Viewing changes to persons-list-view.cpp

  • Committer: David Edmundson
  • Date: 2013-04-04 21:57:04 UTC
  • Revision ID: git-v1:c9859b13ed5e8f5fd157ef09ede2d6e8625270e4
Simplify contacts view code

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
PersonsListView::~PersonsListView()
28
28
{
29
29
}
30
 
 
31
 
void PersonsListView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected)
32
 
{
33
 
    emit selectedContacts(selected, deselected);
34
 
}