| 914 | } |
| 915 | |
| 916 | std::string EiScreen::getSecureInputApp() const |
| 917 | { |
| 918 | throw std::runtime_error("get security input app not implemented"); |
| 919 | } |
| 920 | |
| 921 | EiScreen::HotKeyItem::HotKeyItem(std::uint32_t mask, std::uint32_t id) : mask(mask), id(id) |
| 922 | { |
nothing calls this directly
no outgoing calls
no test coverage detected