forked from qt-creator/qt-creator
LanguageClient: fix diagnostic document revision check
We track the document revision in the client nowadays. Change-Id: Ia55bc7cd5eaf100fb19953ca71e8de8f43ae3266 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -81,7 +81,7 @@ static Q_LOGGING_CATEGORY(LOGLSPCLIENT, "qtc.languageclient.client", QtWarningMs
|
||||
Client::Client(BaseClientInterface *clientInterface)
|
||||
: m_id(Utils::Id::fromString(QUuid::createUuid().toString()))
|
||||
, m_clientInterface(clientInterface)
|
||||
, m_diagnosticManager(m_id)
|
||||
, m_diagnosticManager(this)
|
||||
, m_documentSymbolCache(this)
|
||||
, m_hoverHandler(this)
|
||||
, m_symbolSupport(this)
|
||||
|
||||
Reference in New Issue
Block a user