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

« back to all changes in this revision

Viewing changes to service/HudServiceImpl.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:
74
74
        void CloseQuery(const QDBusVariant &querykey);
75
75
 
76
76
protected:
77
 
        Query::Ptr createQuery(const QString &query, const QString &service);
 
77
        Query::Ptr createQuery(const QString &query, const QString &service,
 
78
                        Query::EmptyBehaviour emptyBehaviour);
78
79
 
79
80
        QScopedPointer<HudAdaptor> m_adaptor;
80
81