mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-21 01:42:15 -07:00
Fix Qt5 Builds
This commit is contained in:
parent
f856bc30c5
commit
9597392da5
1 changed files with 2 additions and 2 deletions
|
|
@ -68,9 +68,9 @@ void PrintingSelectorCardOverlayWidget::resizeEvent(QResizeEvent *event)
|
||||||
}
|
}
|
||||||
|
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
||||||
void PrintingSelectorCardOverlayWidget::enterEvent(QEnterEvent *event)
|
void PrintingSelectorCardOverlayWidget::enterEvent(QEnterEvent *event) override
|
||||||
#else
|
#else
|
||||||
void CardInfoPictPrintingSelectorCardOverlayWidget::enterEvent(QEvent *event)
|
void CardInfoPictPrintingSelectorCardOverlayWidget::enterEvent(QEvent *event) override
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
QWidget::enterEvent(event);
|
QWidget::enterEvent(event);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue