Fix Qt5 Builds

This commit is contained in:
Zach Halpern 2024-11-25 21:37:10 -05:00 committed by ZeldaZach
parent 08e0d6068f
commit aa9dd24eda
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) override
void PrintingSelectorCardOverlayWidget::enterEvent(QEnterEvent *event)
#else
void CardInfoPictPrintingSelectorCardOverlayWidget::enterEvent(QEvent *event) override
void CardInfoPictPrintingSelectorCardOverlayWidget::enterEvent(QEvent *event)
#endif
{
QWidget::enterEvent(event);