| 2194 | |
| 2195 | template <class TMenuItem = ui::MenuItem> |
| 2196 | inline ui::MenuItem* createCheckMenuItem(std::string, std::string, std::function<bool()>, std::function<void()>, bool d = false, bool ac = false) { |
| 2197 | return NULL; |
| 2198 | } |
| 2199 | |
| 2200 | template <class TMenuItem = ui::MenuItem> |
| 2201 | inline ui::MenuItem* createBoolMenuItem(std::string, std::string, std::function<bool()>, std::function<void(bool)>, bool d = false, bool ac = false) { |
no outgoing calls
no test coverage detected