~unity-api-team/hud/test-failures

« back to all changes in this revision

Viewing changes to service/WindowImpl.h

  • Committer: Charles Kerr
  • Date: 2014-03-17 17:50:58 UTC
  • mfrom: (376.2.5 hud)
  • Revision ID: charles.kerr@canonical.com-20140317175058-7efcri9kck5j3i0q
bzr merge lp:hud

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