~ubuntu-branches/ubuntu/trusty/ktp-kded-integration-module/trusty

« back to all changes in this revision

Viewing changes to contact-request-handler.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-04-10 12:57:25 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120410125725-tkncs9c0wojixaez
Tags: 0.3.1-0ubuntu1
* new upstream bugfix release
* Remove fix_desktop_file.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
Q_DECLARE_METATYPE(Tp::ContactPtr)
41
41
 
42
 
bool kde_tp_filter_contacts_by_publication_status(const Tp::ContactPtr &contact)
 
42
static bool kde_tp_filter_contacts_by_publication_status(const Tp::ContactPtr &contact)
43
43
{
44
44
    return contact->publishState() == Tp::Contact::PresenceStateAsk;
45
45
}