mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-20 09:22:15 -07:00
Can't override in function definition.
This commit is contained in:
parent
968782b535
commit
ce2c9115ac
1 changed files with 2 additions and 2 deletions
|
|
@ -49,9 +49,9 @@ AllZonesCardAmountWidget::AllZonesCardAmountWidget(QWidget *parent,
|
||||||
}
|
}
|
||||||
|
|
||||||
#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
|
#if (QT_VERSION >= QT_VERSION_CHECK(6, 0, 0))
|
||||||
void AllZonesCardAmountWidget::enterEvent(QEnterEvent *event) override
|
void AllZonesCardAmountWidget::enterEvent(QEnterEvent *event)
|
||||||
#else
|
#else
|
||||||
void AllZonesCardAmountWidget::enterEvent(QEvent *event) override
|
void AllZonesCardAmountWidget::enterEvent(QEvent *event)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
QWidget::enterEvent(event);
|
QWidget::enterEvent(event);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue