mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 13:27:36 +00:00
LibProtocol: Rename namespace LibProtocol => Protocol
This commit is contained in:
parent
f6ce24eb48
commit
5b7924b9e7
7 changed files with 9 additions and 9 deletions
|
@ -46,7 +46,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
|
||||
Core::EventLoop loop;
|
||||
auto protocol_client = LibProtocol::Client::construct();
|
||||
auto protocol_client = Protocol::Client::construct();
|
||||
|
||||
auto download = protocol_client->start_download(url.to_string());
|
||||
download->on_progress = [](u32 total_size, u32 downloaded_size) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue