| 99 | } |
| 100 | |
| 101 | void TicketsLayout::Reload() { |
| 102 | g_MainApplication->LoadCommonIconMenuData(true, cfg::Strings.GetString(4), CommonIconKind::Ticket, cfg::Strings.GetString(279)); |
| 103 | this->UpdateElements(); |
| 104 | } |
| 105 | |
| 106 | void TicketsLayout::tickets_DefaultKey(const cnt::Ticket tik) { |
| 107 | const auto tik_app_id = esGetRightsIdApplicationId(&tik.rights_id); |
no test coverage detected