1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:47:35 +00:00

KeyboardMapper: Port to Core::Stream

Port KeyboardMapperWidget to use the new Core::Stream instead of the old
IODevice.

If you can't beat 'em, join 'em.
This commit is contained in:
RasmusNylander 2021-12-17 22:03:23 +01:00 committed by Andreas Kling
parent 9678ff15a8
commit c00014fa54
3 changed files with 12 additions and 9 deletions

View file

@ -1,5 +1,6 @@
/*
* Copyright (c) 2020, Hüseyin Aslıtürk <asliturk@hotmail.com>
* Copyright (c) 2021, Rasmus Nylander <RasmusNylander.SerenityOS@gmail.com>
*
* SPDX-License-Identifier: BSD-2-Clause
*/