forked from qt-creator/qt-creator
ClangCodeModel: Provide source of diagnostics in tooltip
It's helpful to know whether a particular issue came from clangd, libclang, or somewhere else. Change-Id: I9e00d79ffe630a91028c2aeff219571e9979dbee Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -48,7 +48,8 @@ public:
|
||||
|
||||
static QWidget *createWidget(const QVector<ClangBackEnd::DiagnosticContainer> &diagnostics,
|
||||
const Destination &destination,
|
||||
const std::function<bool()> &canApplyFixIt);
|
||||
const std::function<bool()> &canApplyFixIt,
|
||||
const QString &source);
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user