mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
draft children components save action delegation
This commit is contained in:
parent
7e8aaef1c5
commit
b1f2a1b893
7 changed files with 32 additions and 2 deletions
|
|
@ -78,6 +78,11 @@ void Request::refresh(
|
|||
);
|
||||
}
|
||||
|
||||
int Request::save()
|
||||
{
|
||||
return 1; // @TODO SQL
|
||||
}
|
||||
|
||||
void Request::parse()
|
||||
{
|
||||
auto match = Glib::Regex::split_simple(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue