| 125 | template <typename TBase = GrayModuleLightWidget> |
| 126 | struct TYellowLight : TBase { |
| 127 | TYellowLight() { |
| 128 | this->addBaseColor(SCHEME_YELLOW); |
| 129 | } |
| 130 | }; |
| 131 | using YellowLight = TYellowLight<>; |
| 132 |
nothing calls this directly
no test coverage detected