~ubuntu-branches/ubuntu/vivid/akonadi/vivid

« back to all changes in this revision

Viewing changes to server/src/search/nepomuksearchengine.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg, Rohan Garg, Philip Muškovac
  • Date: 2013-06-13 08:46:15 UTC
  • mfrom: (1.1.42)
  • Revision ID: package-import@ubuntu.com-20130613084615-e37v5pdoe2p2xu9d
Tags: 1.9.80-0ubuntu1
[ Rohan Garg ]
* New upstream release
  - Update symbols
  - Install asapcat with akonadi-server for now
  - Install notificationmessagev2_p.h with -dev package
  - Refresh disable_dbus_requiring_tests.diff

[ Philip Muškovac ]
* libkonadi-dev needs to depend on akonadi-server for the dbus service 

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    void reloadSearches();
52
52
    void hitsAdded( const QList<Nepomuk::Query::Result>& entries );
53
53
    void hitsRemoved( const QList<Nepomuk::Query::Result>& entries );
 
54
    void finishedListing();
54
55
 
55
56
  private:
56
57
    QMutex mMutex;
58
59
 
59
60
    QHash<Nepomuk::Query::QueryServiceClient*, qint64> mQueryMap;
60
61
    QHash<qint64, Nepomuk::Query::QueryServiceClient*> mQueryInvMap;
 
62
 
 
63
    bool m_liveSearchEnabled;
61
64
};
62
65
 
63
66
}