summaryrefslogtreecommitdiff
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, 4 insertions, 2 deletions
diff --git a/src/assistant/assistant/helpenginewrapper.h b/src/assistant/assistant/helpenginewrapper.h
index 8b8694698..994d2067d 100644
--- a/src/assistant/assistant/helpenginewrapper.h
+++ b/src/assistant/assistant/helpenginewrapper.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Assistant of the Qt Toolkit.
@@ -100,7 +100,6 @@ public:
const QStringList filterAttributes() const;
const QStringList filterAttributes(const QString &filterName) const;
QString error() const;
- QString virtualFolderForNameSpace(const QString &nameSpace) const;
/*
* To be called after assistant has finished looking for new documentation.
@@ -192,6 +191,9 @@ public:
bool fullTextSearchFallbackEnabled() const;
+ const QByteArray topicChooserGeometry() const;
+ void setTopicChooserGeometry(const QByteArray &geometry);
+
signals:
// For asynchronous doc updates triggered by external actions.