Minor Cleanup

This commit is contained in:
Zach Halpern 2024-11-25 09:19:03 -05:00 committed by ZeldaZach
parent aea52a4857
commit 98c37da598
No known key found for this signature in database

View file

@ -65,9 +65,6 @@ CardAmountWidget::CardAmountWidget(QWidget *parent,
// React to model changes
connect(deckModel, &DeckListModel::dataChanged, this, &CardAmountWidget::updateCardCount);
connect(deckModel, &QAbstractItemModel::rowsRemoved, this, &CardAmountWidget::updateCardCount);
// Initially hide UI elements
fadeAnimation = new QPropertyAnimation(this, "opacity");
}
void CardAmountWidget::paintEvent(QPaintEvent *event)