implement subtitle getter

This commit is contained in:
yggverse 2024-08-27 15:02:09 +03:00
parent 330252f8e0
commit 6aeff55cc8
2 changed files with 11 additions and 2 deletions

View file

@ -75,6 +75,11 @@ Glib::ustring Page::get_title()
return title;
}
Glib::ustring Page::get_subtitle()
{
return subtitle;
}
// Actions
void Page::update()
{