forked from qt-creator/qt-creator
Clang: Fix wrong QTC_ASSERTS
If the last editor is closed, "editor" becomes a nullptr, which is valid value in this case. Change-Id: Id5f92cb4367199d782e33acc37077103e9986644 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -103,7 +103,7 @@ public:
|
||||
|
||||
const QVector<ClangBackEnd::TokenInfoContainer> &tokenInfos() const;
|
||||
|
||||
void clearTaskHubIssues();
|
||||
static void clearTaskHubIssues();
|
||||
void generateTaskHubIssues();
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user