mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
remove cardZone dtor
This commit is contained in:
parent
7a688fd7a9
commit
24c39344e7
1 changed files with 0 additions and 6 deletions
|
|
@ -43,12 +43,6 @@ CardZone::CardZone(Player *_p,
|
||||||
CardZone::~CardZone()
|
CardZone::~CardZone()
|
||||||
{
|
{
|
||||||
qCDebug(CardZoneLog) << "CardZone destructor: " << name;
|
qCDebug(CardZoneLog) << "CardZone destructor: " << name;
|
||||||
for (auto *view : views) {
|
|
||||||
if (view != nullptr) {
|
|
||||||
view->deleteLater();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
clearContents();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CardZone::retranslateUi()
|
void CardZone::retranslateUi()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue