mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
return port value parsed without int conversion
This commit is contained in:
parent
2986a475c1
commit
107ab08784
2 changed files with 6 additions and 9 deletions
|
|
@ -29,10 +29,9 @@ namespace app::browser::main::tab::page::navbar
|
|||
|
||||
std::string get_scheme();
|
||||
std::string get_host();
|
||||
std::string get_port();
|
||||
std::string get_path();
|
||||
std::string get_query();
|
||||
|
||||
int get_port();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue