mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-22 18:32:17 -07:00
Fix Qt5 Builds
This commit is contained in:
parent
aa9dd24eda
commit
7fff7cfee9
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ 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)
|
||||||
#else
|
#else
|
||||||
void CardInfoPictPrintingSelectorCardOverlayWidget::enterEvent(QEvent *event)
|
void PrintingSelectorCardOverlayWidget::enterEvent(QEvent *event)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
QWidget::enterEvent(event);
|
QWidget::enterEvent(event);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue