summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpcollectionhandler_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/help/qhelpcollectionhandler_p.h')
-rw-r--r--src/assistant/help/qhelpcollectionhandler_p.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpcollectionhandler_p.h b/src/assistant/help/qhelpcollectionhandler_p.h
index d00699366..9a8cb1e9c 100644
--- a/src/assistant/help/qhelpcollectionhandler_p.h
+++ b/src/assistant/help/qhelpcollectionhandler_p.h
@@ -207,6 +207,10 @@ public:
const QString &filterName) const;
QList<QHelpLink> documentsForKeyword(const QString &keyword,
const QString &filterName) const;
+ QList<QHelpLink> documentsForIdentifier(const QString &id,
+ const QStringList &filterAttributes) const;
+ QList<QHelpLink> documentsForKeyword(const QString &keyword,
+ const QStringList &filterAttributes) const;
QStringList namespacesForFilter(const QString &filterName) const;
@@ -217,8 +221,12 @@ signals:
private:
// legacy stuff
- QMultiMap<QString, QUrl> linksForField(const QString &fieldName, const QString &fieldValue,
+ QMultiMap<QString, QUrl> linksForField(const QString &fieldName,
+ const QString &fieldValue,
const QStringList &filterAttributes) const;
+ QList<QHelpLink> documentsForField(const QString &fieldName,
+ const QString &fieldValue,
+ const QStringList &filterAttributes) const;
QString namespaceVersion(const QString &namespaceName) const;
QMultiMap<QString, QUrl> linksForField(const QString &fieldName, const QString &fieldValue,