MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / ~KeypadWidget

Method ~KeypadWidget

gui/qt/keypad/keypadwidget.cpp:314–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314KeypadWidget::~KeypadWidget() {
315 for (uint8_t row = 0; row != sRows; ++row) {
316 for (uint8_t col = 0; col != sCols; ++col) {
317 delete mKeys[row][col];
318 }
319 }
320}
321
322void KeypadWidget::resizeEvent(QResizeEvent *event) {
323 QSize size{sBaseRect.size().scaled(event->size(), Qt::KeepAspectRatio)},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected