forked from qt-creator/qt-creator
LanguageClient: clean up client interface declaration
Change-Id: I18b5b8a5b39a6be7c538054385c7dca188676eef Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -904,7 +904,7 @@ void Client::handleMessage(const BaseMessage &message)
|
||||
}
|
||||
}
|
||||
|
||||
void Client::log(const QString &message)
|
||||
void Client::log(const QString &message) const
|
||||
{
|
||||
Core::MessageManager::writeFlashing(QString("LanguageClient %1: %2").arg(name(), message));
|
||||
}
|
||||
@@ -919,11 +919,6 @@ const DynamicCapabilities &Client::dynamicCapabilities() const
|
||||
return m_dynamicCapabilities;
|
||||
}
|
||||
|
||||
const BaseClientInterface *Client::clientInterface() const
|
||||
{
|
||||
return m_clientInterface.data();
|
||||
}
|
||||
|
||||
DocumentSymbolCache *Client::documentSymbolCache()
|
||||
{
|
||||
return &m_documentSymbolCache;
|
||||
|
||||
Reference in New Issue
Block a user