mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
parent
6dcfb669bf
commit
468e582401
2 changed files with 7 additions and 3 deletions
|
|
@ -4,7 +4,6 @@
|
|||
#include <glibmm/i18n.h>
|
||||
#include <glibmm/ustring.h>
|
||||
#include <gtkmm/notebook.h>
|
||||
#include <gtkmm/object.h>
|
||||
|
||||
namespace app::browser::main
|
||||
{
|
||||
|
|
@ -31,6 +30,8 @@ namespace app::browser::main
|
|||
|
||||
Tab();
|
||||
|
||||
~Tab();
|
||||
|
||||
Glib::ustring get_page_title(
|
||||
const int & PAGE_NUMBER
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue