Not Override

This commit is contained in:
Zach Halpern 2024-11-25 13:44:20 -05:00 committed by ZeldaZach
parent cc4f8a4761
commit 64ae0e5300
No known key found for this signature in database

View file

@ -49,9 +49,9 @@ AllZonesCardAmountWidget::AllZonesCardAmountWidget(QWidget *parent,
}
#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
void AllZonesCardAmountWidget::enterEvent(QEnterEvent *event) override
void AllZonesCardAmountWidget::enterEvent(QEnterEvent *event)
#else
void AllZonesCardAmountWidget::enterEvent(QEvent *event) override
void AllZonesCardAmountWidget::enterEvent(QEvent *event)
#endif
{
QWidget::enterEvent(event);