summaryrefslogtreecommitdiff
path: root/src/plugins/help/remotehelpfilter.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2013-01-18 11:16:53 +0100
committerhjk <qthjk@ovi.com>2013-01-18 15:51:13 +0100
commitbaffa492d959f5a8928839689163203f195fe8bd (patch)
tree2c427a865c777ae6abdf8706353cc7f2367fddac /src/plugins/help/remotehelpfilter.h
parente7003283a53378e711626603563ba613855fa367 (diff)
downloadqt-creator-baffa492d959f5a8928839689163203f195fe8bd.tar.gz
Core: simplify ILocator interface
Use data members instead of virtual functions for id, displayName and priority, use Core::Id, not QStrings for id, de-pimpl CommandLocator. Change-Id: Id8b41f184cb995138b2d76c923d6d3ae02b7e3f5 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/help/remotehelpfilter.h')
-rw-r--r--src/plugins/help/remotehelpfilter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/help/remotehelpfilter.h b/src/plugins/help/remotehelpfilter.h
index c76e4f12cb..5cfe13ab92 100644
--- a/src/plugins/help/remotehelpfilter.h
+++ b/src/plugins/help/remotehelpfilter.h
@@ -47,9 +47,6 @@ public:
~RemoteHelpFilter();
// ILocatorFilter
- QString displayName() const;
- QString id() const;
- Priority priority() const;
QList<Locator::FilterEntry> matchesFor(QFutureInterface<Locator::FilterEntry> &future, const QString &entry);
void accept(Locator::FilterEntry selection) const;
void refresh(QFutureInterface<void> &future);