draft gemini connector, remove sigc, implement destructor

This commit is contained in:
yggverse 2024-08-16 17:56:42 +03:00
parent de312cdcb0
commit a741f1edca
4 changed files with 77 additions and 57 deletions

View file

@ -12,6 +12,10 @@ namespace app::browser::main::tab::page
Content();
~Content();
void set(
std::string buffer
);
};
}