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

« back to all changes in this revision

Viewing changes to service/Factory.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:
60
60
 
61
61
        virtual QSharedPointer<ComCanonicalAppMenuRegistrarInterface> singletonAppmenu();
62
62
 
63
 
        virtual Query::Ptr newQuery(const QString &query, const QString &sender);
 
63
        virtual Query::Ptr newQuery(const QString &query, const QString &sender,
 
64
                        Query::EmptyBehaviour emptyBehaviour);
64
65
 
65
66
        virtual ApplicationList::Ptr singletonApplicationList();
66
67