forked from qt-creator/qt-creator
LanguageClient: fix restart check for stdio clients
Change-Id: I4acb61b48b7ac18423b2e106f1f9ea9b3f7ccb70 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -775,6 +775,11 @@ const DynamicCapabilities &Client::dynamicCapabilities() const
|
||||
return m_dynamicCapabilities;
|
||||
}
|
||||
|
||||
const BaseClientInterface *Client::clientInterface() const
|
||||
{
|
||||
return m_clientInterface.data();
|
||||
}
|
||||
|
||||
void Client::log(const ShowMessageParams &message,
|
||||
Core::MessageManager::PrintToOutputPaneFlag flag)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user