| 6 | class SecondKey : public RectKey { |
| 7 | public: |
| 8 | SecondKey(KeyConfig &config, QString labelText) |
| 9 | : RectKey{config, {18, 28, 18, 9}, {18, 37, 18, 12}, {10, 5}, |
| 10 | config.secondColor, config.whiteColor, labelText, {}, {}} { } |
| 11 | }; |
| 12 | |
| 13 | #endif |
nothing calls this directly
no outgoing calls
no test coverage detected