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
parent 652af318db
commit 3e46cb9067
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;