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

« back to all changes in this revision

Viewing changes to src/view.h

  • 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:
66
66
 
67
67
Q_SIGNALS:
68
68
    void closed();
69
 
    void countChanged(int count);
 
69
    void countChanged(int count=0);
70
70
 
71
71
private:
72
72
    QStringList m_sources;