| 16 | mTextGeometry{textGeometry}, mKeyGeometry{keyGeometry}, mKeyColor{keyColor}, |
| 17 | mKeycode{keycode}, mSelected{}, mHeld{}, mPressed{} {} |
| 18 | virtual ~Key() {} |
| 19 | |
| 20 | const QString getLabel() const { return mLabelText; } |
| 21 | const QRect &textGeometry() const { return mTextGeometry; } |
nothing calls this directly
no outgoing calls
no test coverage detected