forked from qt-creator/qt-creator
ClangTools: Add help context menu entry
...that opens the documentation page for the current diagnostic. Change-Id: I398fdc82bb118a80536acbb12420a9bac84e66c9 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
committed by
Cristian Adam
parent
311779e53e
commit
1b4de8d769
@@ -57,6 +57,8 @@ QString clangTidyFallbackExecutable();
|
||||
|
||||
QString fullPath(const QString &executable);
|
||||
|
||||
QString documentationUrl(const QString &checkName);
|
||||
|
||||
CppTools::ClangDiagnosticConfigsModel diagnosticConfigsModel();
|
||||
CppTools::ClangDiagnosticConfigsModel diagnosticConfigsModel(
|
||||
const CppTools::ClangDiagnosticConfigs &customConfigs);
|
||||
|
||||
Reference in New Issue
Block a user