mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
remove destructors overwrite
This commit is contained in:
parent
1ec685cabe
commit
207d5079a7
18 changed files with 6 additions and 42 deletions
|
|
@ -27,8 +27,6 @@ Subtitle::Subtitle()
|
|||
hide();
|
||||
}
|
||||
|
||||
Subtitle::~Subtitle() = default;
|
||||
|
||||
void Subtitle::set(
|
||||
const Glib::ustring & TEXT
|
||||
) {
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@ namespace app::browser::header::main
|
|||
|
||||
Subtitle();
|
||||
|
||||
~Subtitle();
|
||||
|
||||
void set(
|
||||
const Glib::ustring & TEXT
|
||||
);
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@ Title::Title()
|
|||
);
|
||||
}
|
||||
|
||||
Title::~Title() = default;
|
||||
|
||||
void Title::set(
|
||||
const Glib::ustring & TEXT
|
||||
) {
|
||||
|
|
|
|||
|
|
@ -18,8 +18,6 @@ namespace app::browser::header::main
|
|||
|
||||
Title();
|
||||
|
||||
~Title();
|
||||
|
||||
void set(
|
||||
const Glib::ustring & TEXT
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue