LSP: const correct ShowMessageParams::toString()

Change-Id: I663c57aff8b23acbdaca1149e59f8f5f35bcfb94
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
David Schulz
2018-09-12 08:14:25 +02:00
parent 8c1edd5c54
commit b236874d2e
4 changed files with 5 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ public:
void log(const QString &message,
Core::MessageManager::PrintToOutputPaneFlag flag = Core::MessageManager::NoModeSwitch);
void log(LanguageServerProtocol::LogMessageParams &message,
void log(const LanguageServerProtocol::LogMessageParams &message,
Core::MessageManager::PrintToOutputPaneFlag flag = Core::MessageManager::NoModeSwitch);
signals: