mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
remove default destructor definition
This commit is contained in:
parent
24e80ec2ce
commit
160c498586
2 changed files with 1 additions and 5 deletions
|
|
@ -26,8 +26,6 @@ namespace app::browser::main::tab::page::navbar
|
||||||
const Glib::ustring & VALUE = ""
|
const Glib::ustring & VALUE = ""
|
||||||
);
|
);
|
||||||
|
|
||||||
~Request();
|
|
||||||
|
|
||||||
Glib::ustring get_scheme();
|
Glib::ustring get_scheme();
|
||||||
Glib::ustring get_host();
|
Glib::ustring get_host();
|
||||||
Glib::ustring get_port();
|
Glib::ustring get_port();
|
||||||
|
|
|
||||||
|
|
@ -16,5 +16,3 @@ Update::Update()
|
||||||
_("Update")
|
_("Update")
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Update::~Update() = default;
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue