mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
implement subtitle getter
This commit is contained in:
parent
330252f8e0
commit
6aeff55cc8
2 changed files with 11 additions and 2 deletions
|
|
@ -75,6 +75,11 @@ Glib::ustring Page::get_title()
|
|||
return title;
|
||||
}
|
||||
|
||||
Glib::ustring Page::get_subtitle()
|
||||
{
|
||||
return subtitle;
|
||||
}
|
||||
|
||||
// Actions
|
||||
void Page::update()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue