mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +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
|
15 // @TODO
|
||||||
);
|
);
|
||||||
|
|
||||||
GioSocketClient_RefPtr->connect_to_host_async(
|
GioSocketClient_RefPtr->connect_to_uri_async(
|
||||||
pageNavbar->get_request_host(),
|
pageNavbar->get_request_text(), 1965,
|
||||||
pageNavbar->get_request_port().empty() ? 1965 : std::stoi(
|
|
||||||
pageNavbar->get_request_port()
|
|
||||||
),
|
|
||||||
[this](const Glib::RefPtr<Gio::AsyncResult> & result)
|
[this](const Glib::RefPtr<Gio::AsyncResult> & result)
|
||||||
{
|
{
|
||||||
set(
|
set(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue