mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
enshort connector
This commit is contained in:
parent
bc16526b84
commit
70bde1db7b
1 changed files with 2 additions and 5 deletions
|
|
@ -119,11 +119,8 @@ void Page::update()
|
|||
15 // @TODO
|
||||
);
|
||||
|
||||
GioSocketClient_RefPtr->connect_to_host_async(
|
||||
pageNavbar->get_request_host(),
|
||||
pageNavbar->get_request_port().empty() ? 1965 : std::stoi(
|
||||
pageNavbar->get_request_port()
|
||||
),
|
||||
GioSocketClient_RefPtr->connect_to_uri_async(
|
||||
pageNavbar->get_request_text(), 1965,
|
||||
[this](const Glib::RefPtr<Gio::AsyncResult> & result)
|
||||
{
|
||||
set(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue