Searched refs:bonusItemDestroyed (Results 1 – 3 of 3) sorted by relevance
72 void bonusItemDestroyed(BonusItem* bonusItem);
58 Q_EMIT bonusItemDestroyed(this); in destructionAnimation() local
407 … connect(bonusItem, &BonusItem::bonusItemDestroyed, this, &GameScene::removeBonusItem); in initItemsWithGraphicsFromTheme()