summaryrefslogtreecommitdiff
path: root/src/plugins/help/remotehelpfilter.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2010-09-07 11:41:48 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2010-09-07 11:44:19 +0200
commitf7b555b7854d41f019fe405373ca3ca79ce03dc4 (patch)
treedb617c13dbd7ba95cb83ed289034cf909fbcc14a /src/plugins/help/remotehelpfilter.h
parent5ea1efb55fcfb76c8846c309ad86d1bd7cf0d3a6 (diff)
downloadqt-creator-f7b555b7854d41f019fe405373ca3ca79ce03dc4.tar.gz
Abort expensive cancelled computations.
Diffstat (limited to 'src/plugins/help/remotehelpfilter.h')
-rw-r--r--src/plugins/help/remotehelpfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/remotehelpfilter.h b/src/plugins/help/remotehelpfilter.h
index e2d32fbb32..5c858de33c 100644
--- a/src/plugins/help/remotehelpfilter.h
+++ b/src/plugins/help/remotehelpfilter.h
@@ -50,7 +50,7 @@ public:
QString displayName() const;
QString id() const;
Priority priority() const;
- QList<Locator::FilterEntry> matchesFor(const QString &entry);
+ QList<Locator::FilterEntry> matchesFor(QFutureInterface<Locator::FilterEntry> &future, const QString &entry);
void accept(Locator::FilterEntry selection) const;
void refresh(QFutureInterface<void> &future);
QByteArray saveState() const;