forked from qt-creator/qt-creator
LSP: workaround msvc 2017 bug
Change-Id: I6a6fbfc1a582d83df3f3cf489236c7ca4c6626f7 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -42,12 +42,12 @@ ShowMessageRequest::ShowMessageRequest(const ShowMessageRequestParams ¶ms)
|
||||
: Request(methodName, params)
|
||||
{ }
|
||||
|
||||
LogMessageNotification::LogMessageNotification()
|
||||
: Notification(methodName)
|
||||
LogMessageNotification::LogMessageNotification(const LogMessageParams ¶ms)
|
||||
: Notification(methodName, params)
|
||||
{ }
|
||||
|
||||
TelemetryNotification::TelemetryNotification()
|
||||
: Notification(methodName)
|
||||
TelemetryNotification::TelemetryNotification(const JsonObject ¶ms)
|
||||
: Notification(methodName, params)
|
||||
{ }
|
||||
|
||||
bool ShowMessageRequestParams::isValid(ErrorHierarchy *error) const
|
||||
|
||||
Reference in New Issue
Block a user