Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit d1576b7

Browse files
committed
Make Qodana happy
1 parent 124ebf2 commit d1576b7

File tree

1 file changed

+1
-0
lines changed
  • projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer

1 file changed

+1
-0
lines changed

projector-common/src/commonMain/kotlin/org/jetbrains/projector/common/protocol/toServer/ClientEvent.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ data class ClientKeyPressEvent(
133133
val modifiers: Set<KeyModifier>,
134134
) : ClientEvent()
135135

136+
@Suppress("unused") // it is actually used in org.jetbrains.projector.client.web.state.ClientState, but Qodana doesn't see it...
136137
@Serializable
137138
data class ClientSpeculativeKeyPressEvent(
138139
val originalEvent: ClientKeyPressEvent,

0 commit comments

Comments
 (0)