~pete-woods/hud/tweak-search-parameters

« back to all changes in this revision

Viewing changes to service/WindowImpl.h

  • Committer: Pete Woods
  • Date: 2014-02-18 13:35:12 UTC
  • Revision ID: pete.woods@canonical.com-20140218133512-bnrkd5sbd2jr6fpo
Make legacy queries return no results with an empty search string

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
        virtual ~WindowTokenImpl();
46
46
 
47
 
        void search(const QString &query, QList<Result> &results) override;
 
47
        void search(const QString &query, Query::EmptyBehaviour emptyBehaviour,
 
48
                        QList<Result> &results) override;
48
49
 
49
50
        void execute(unsigned long long commandId) override;
50
51