mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 17:02:15 -07:00
Yes Override
This commit is contained in:
parent
a458204eac
commit
9d45772507
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))
|
||||
void AllZonesCardAmountWidget::enterEvent(QEnterEvent *event)
|
||||
void AllZonesCardAmountWidget::enterEvent(QEnterEvent *event) override
|
||||
#else
|
||||
void AllZonesCardAmountWidget::enterEvent(QEvent *event)
|
||||
void AllZonesCardAmountWidget::enterEvent(QEvent *event) override
|
||||
#endif
|
||||
{
|
||||
QWidget::enterEvent(event);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue