mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 08:47:35 +00:00
SpiceAgent: Rename ClipboardServerConnection
Rename ClipboardServerConnection=>ConnectionToClipboardServer. This was done with CLion's automatic rename feature.
This commit is contained in:
parent
75ee77f8a1
commit
493f604dba
6 changed files with 13 additions and 13 deletions
|
@ -23,7 +23,7 @@ ErrorOr<int> serenity_main(Main::Arguments)
|
|||
|
||||
int serial_port_fd = TRY(Core::System::open(SPICE_DEVICE, O_RDWR));
|
||||
|
||||
auto conn = TRY(ClipboardServerConnection::try_create());
|
||||
auto conn = TRY(ConnectionToClipboardServer::try_create());
|
||||
auto agent = SpiceAgent(serial_port_fd, conn);
|
||||
|
||||
return loop.exec();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue