Review notes: Only one enum in this category, and it's fairly trivial. Signed-off-by: John Snow <[email protected]> --- qapi/ui.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/qapi/ui.json b/qapi/ui.json index 73ee2cb2056..9e3e80a3d70 100644 --- a/qapi/ui.json +++ b/qapi/ui.json @@ -814,10 +814,9 @@ ## # @QKeyCode: +# An enumeration of key name. # -# An enumeration of key name. -# -# This is used by the `send-key` command. +# This is used by the `send-key` command. # # @unmapped: since 2.0 # -- 2.55.0
