mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 17:32: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());
|
resize(cardInfoPicture->size());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
||||||
void PrintingSelectorCardOverlayWidget::enterEvent(QEnterEvent *event)
|
void PrintingSelectorCardOverlayWidget::enterEvent(QEnterEvent *event)
|
||||||
|
#else
|
||||||
|
void CardInfoPictPrintingSelectorCardOverlayWidget::enterEvent(QEvent *event)
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
QWidget::enterEvent(event);
|
QWidget::enterEvent(event);
|
||||||
allZonesCardAmountWidget->setVisible(true);
|
allZonesCardAmountWidget->setVisible(true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue