mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
draft gemini connector, remove sigc, implement destructor
This commit is contained in:
parent
de312cdcb0
commit
a741f1edca
4 changed files with 77 additions and 57 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "content.hpp"
|
||||
|
||||
using namespace app::browser::main::tab::page;
|
||||
using namespace std;
|
||||
|
||||
Content::Content()
|
||||
{
|
||||
|
|
@ -14,3 +15,9 @@ Content::Content()
|
|||
}
|
||||
|
||||
Content::~Content() = default;
|
||||
|
||||
void Content::set(
|
||||
string buffer
|
||||
) {
|
||||
// @TODO
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue