Browse Source

add comment

CPP-GTK4
yggverse 2 months ago
parent
commit
31f0accb54
  1. 2
      src/app/browser/main/tab/page/navigation/request.cpp

2
src/app/browser/main/tab/page/navigation/request.cpp

@ -139,7 +139,7 @@ int Request::save( @@ -139,7 +139,7 @@ int Request::save(
);
}
void Request::parse()
void Request::parse() // @TODO https://docs.gtk.org/glib/struct.Uri.html
{
auto match = Glib::Regex::split_simple(
R"regex(^((\w+)?:\/\/)?([^:\/]+)?(:(\d+)?)?([^\?$]+)?(\?(.*)?)?)regex",

Loading…
Cancel
Save