LibWebView+ImageDecoder+RequestServer+WebContent: Add init_transport

This commit is contained in:
stasoid 2025-01-03 21:19:46 +05:00 committed by Andrew Kaster
commit 3e46cb9067
Notes: github-actions[bot] 2025-02-13 11:46:18 +00:00
14 changed files with 52 additions and 0 deletions

View file

@ -24,6 +24,8 @@ class RequestClient final
C_OBJECT_ABSTRACT(RequestClient)
public:
using InitTransport = Messages::RequestServer::InitTransport;
explicit RequestClient(IPC::Transport);
virtual ~RequestClient() override;