forked from qt-creator/qt-creator
Help: Remove functionality of unregistering namespace from public API
Only used by the options page and generally needs knowledge of help namespaces, which requires querying QtHelp. Change-Id: Id8eda86e5b373ab3214e8eff6e2e3ce92c1239ba Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -61,7 +61,6 @@ enum HelpViewerLocation {
|
||||
CORE_EXPORT QString documentationPath();
|
||||
|
||||
CORE_EXPORT void registerDocumentation(const QStringList &fileNames);
|
||||
CORE_EXPORT void unregisterDocumentation(const QStringList &nameSpaces);
|
||||
|
||||
CORE_EXPORT QMap<QString, QUrl> linksForIdentifier(const QString &id);
|
||||
CORE_EXPORT QMap<QString, QUrl> linksForKeyword(const QString &id);
|
||||
|
||||
Reference in New Issue
Block a user