Fix Qt5 Builds

This commit is contained in:
Zach Halpern 2024-11-25 21:47:24 -05:00 committed by ZeldaZach
parent aa9dd24eda
commit 7fff7cfee9
No known key found for this signature in database

View file

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