~renatofilho/address-book-service/fetch-hint

« back to all changes in this revision

Viewing changes to src/view.cpp

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2013-06-26 15:23:40 UTC
  • Revision ID: renato.filho@canonical.com-20130626152340-z3j3n91l2gwxi4g4
Implemented fetchContactById

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
{
129
129
    m_filterThread->start();
130
130
 
131
 
    connect(m_filterThread, SIGNAL(finished()), SIGNAL(countChanged(int)));
 
131
    connect(m_filterThread, SIGNAL(finished()), SIGNAL(countChanged()));
132
132
}
133
133
 
134
134
View::~View()