mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +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
|
|
@ -63,6 +63,13 @@ void Page::refresh()
|
|||
);
|
||||
}
|
||||
|
||||
int Page::save()
|
||||
{
|
||||
pageNavigation->save();
|
||||
|
||||
return 1; // @TODO SQL
|
||||
}
|
||||
|
||||
void Page::update(
|
||||
const enum MIME & MIME,
|
||||
const Glib::ustring & TITLE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue