Fix Qt5 Builds

This commit is contained in:
Zach Halpern 2024-11-25 21:30:33 -05:00 committed by ZeldaZach
parent f856bc30c5
commit 9597392da5
No known key found for this signature in database

View file

@ -68,9 +68,9 @@ void PrintingSelectorCardOverlayWidget::resizeEvent(QResizeEvent *event)
}
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
void PrintingSelectorCardOverlayWidget::enterEvent(QEnterEvent *event)
void PrintingSelectorCardOverlayWidget::enterEvent(QEnterEvent *event) override
#else
void CardInfoPictPrintingSelectorCardOverlayWidget::enterEvent(QEvent *event)
void CardInfoPictPrintingSelectorCardOverlayWidget::enterEvent(QEvent *event) override
#endif
{
QWidget::enterEvent(event);