summaryrefslogtreecommitdiff
path: root/src/plugins/help/centralwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/help/centralwidget.h')
-rw-r--r--src/plugins/help/centralwidget.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/plugins/help/centralwidget.h b/src/plugins/help/centralwidget.h
index 37d310459e..808175a0c9 100644
--- a/src/plugins/help/centralwidget.h
+++ b/src/plugins/help/centralwidget.h
@@ -50,8 +50,11 @@ public:
static CentralWidget *instance();
+ void open(const QUrl &url, bool newPage = false);
+
public slots:
- void showTopicChooser(const QMap<QString, QUrl> &links, const QString &key);
+ void showTopicChooser(const QMap<QString, QUrl> &links, const QString &key,
+ bool newPage = false);
};