forked from qt-creator/qt-creator
LanguageClient: Pass out a mutable Project object
Callers can have legitimate reasons to use it in a non-const manner. Change-Id: Id91a4708dd95845661b291ce7cc9ee1581bdade8 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -928,7 +928,7 @@ void Client::executeCommand(const Command &command)
|
||||
sendContent(ExecuteCommandRequest(ExecuteCommandParams(command)));
|
||||
}
|
||||
|
||||
const ProjectExplorer::Project *Client::project() const
|
||||
ProjectExplorer::Project *Client::project() const
|
||||
{
|
||||
return m_project;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user