~ubuntu-branches/ubuntu/quantal/akonadi/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-01-24 23:43:13 UTC
  • mfrom: (1.1.34)
  • Revision ID: package-import@ubuntu.com-20120124234313-qs50ylscxgww141i
Tags: 1.7.0-0ubuntu1
* New upstream release
* Remove x11_not_required.diff, file no longer shipped
* Disable test suite in debian/rules, it requires dbus

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
  private Q_SLOTS:
51
51
    void reloadSearches();
52
52
    void hitsAdded( const QList<Nepomuk::Query::Result>& entries );
53
 
    void hitsRemoved( const QList<QUrl> &entries );
 
53
    void hitsRemoved( const QList<Nepomuk::Query::Result>& entries );
54
54
 
55
55
  private:
56
56
    QMutex mMutex;