summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpcollectionhandler_p.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2019-11-29 09:54:30 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2019-12-10 13:57:14 +0100
commit1c39ee57d151d3b06d9c6fda9c99b02ebf9d94d5 (patch)
tree8d7af461970b6ca0ab96f85f7d666cec0f55b019 /src/assistant/help/qhelpcollectionhandler_p.h
parent8ff052f51642b6243db9ede23bf4d2ff695bc6a5 (diff)
QtHelp: add new useful methods
This methods are going to be used in QtCreator help integration. Change-Id: If226ba3e612af013694afc8508527516e3e0daea Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'src/assistant/help/qhelpcollectionhandler_p.h')
-rw-r--r--src/assistant/help/qhelpcollectionhandler_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpcollectionhandler_p.h b/src/assistant/help/qhelpcollectionhandler_p.h
index 7679fccf7..5c0170d8c 100644
--- a/src/assistant/help/qhelpcollectionhandler_p.h
+++ b/src/assistant/help/qhelpcollectionhandler_p.h
@@ -158,7 +158,7 @@ public:
QStringList filters() const;
QStringList availableComponents() const;
- QStringList availableVersions() const;
+ QList<QVersionNumber> availableVersions() const;
QMap<QString, QString> namespaceToComponent() const;
QMap<QString, QVersionNumber> namespaceToVersion() const;
QHelpFilterData filterData(const QString &filterName) const;