mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 17:02:15 -07:00
Fix Qt5 Builds
This commit is contained in:
parent
80228957d1
commit
f856bc30c5
1 changed files with 4 additions and 0 deletions
|
|
@ -67,7 +67,11 @@ void PrintingSelectorCardOverlayWidget::resizeEvent(QResizeEvent *event)
|
|||
resize(cardInfoPicture->size());
|
||||
}
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
||||
void PrintingSelectorCardOverlayWidget::enterEvent(QEnterEvent *event)
|
||||
#else
|
||||
void CardInfoPictPrintingSelectorCardOverlayWidget::enterEvent(QEvent *event)
|
||||
#endif
|
||||
{
|
||||
QWidget::enterEvent(event);
|
||||
allZonesCardAmountWidget->setVisible(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue