summaryrefslogtreecommitdiff
path: root/src/plugins/help/remotehelpfilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/help/remotehelpfilter.h')
-rw-r--r--src/plugins/help/remotehelpfilter.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/plugins/help/remotehelpfilter.h b/src/plugins/help/remotehelpfilter.h
index e166ad6ecf..1dc89ab085 100644
--- a/src/plugins/help/remotehelpfilter.h
+++ b/src/plugins/help/remotehelpfilter.h
@@ -43,12 +43,13 @@ public:
~RemoteHelpFilter();
// ILocatorFilter
- QList<Core::LocatorFilterEntry> matchesFor(QFutureInterface<Core::LocatorFilterEntry> &future, const QString &entry);
- void accept(Core::LocatorFilterEntry selection) const;
- void refresh(QFutureInterface<void> &future);
- QByteArray saveState() const;
- void restoreState(const QByteArray &state);
- bool openConfigDialog(QWidget *parent, bool &needsRefresh);
+ QList<Core::LocatorFilterEntry> matchesFor(QFutureInterface<Core::LocatorFilterEntry> &future,
+ const QString &entry) override;
+ void accept(Core::LocatorFilterEntry selection) const override;
+ void refresh(QFutureInterface<void> &future) override;
+ QByteArray saveState() const override;
+ void restoreState(const QByteArray &state) override;
+ bool openConfigDialog(QWidget *parent, bool &needsRefresh) override;
QStringList remoteUrls() const;