rename tab elements namespace

This commit is contained in:
yggverse 2024-08-15 18:52:11 +03:00
parent 4e733d8997
commit 2986a475c1
29 changed files with 181 additions and 181 deletions

View file

@ -1,20 +0,0 @@
#include "update.hpp"
using namespace app::browser::main::tab::data::navbar;
Update::Update()
{
set_action_name(
"data.update"
);
set_icon_name(
"view-refresh-symbolic"
);
set_tooltip_text(
_("Update")
);
}
Update::~Update() = default;