summaryrefslogtreecommitdiffstats
path: root/src/assistant/assistant/helpenginewrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/assistant/helpenginewrapper.h')
-rw-r--r--src/assistant/assistant/helpenginewrapper.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/assistant/assistant/helpenginewrapper.h b/src/assistant/assistant/helpenginewrapper.h
index 6026a0473..df2ec8a73 100644
--- a/src/assistant/assistant/helpenginewrapper.h
+++ b/src/assistant/assistant/helpenginewrapper.h
@@ -46,6 +46,8 @@ class QHelpIndexModel;
class QHelpIndexWidget;
class QHelpSearchEngine;
class QHelpFilterEngine;
+class QHelpEngineCore;
+struct QHelpLink;
enum {
ShowHomePage = 0,
@@ -79,7 +81,7 @@ public:
bool unregisterDocumentation(const QString &namespaceName);
QUrl findFile(const QUrl &url) const;
QByteArray fileData(const QUrl &url) const;
- QMap<QString, QUrl> linksForIdentifier(const QString &id) const;
+ QList<QHelpLink> documentsForIdentifier(const QString &id) const;
QString error() const;
QHelpFilterEngine *filterEngine() const;
@@ -175,6 +177,8 @@ public:
const QByteArray topicChooserGeometry() const;
void setTopicChooserGeometry(const QByteArray &geometry);
+ QHelpEngineCore *helpEngine() const;
+
signals:
// For asynchronous doc updates triggered by external actions.