mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
No need to QDebug.
This commit is contained in:
parent
51fb6fe4f5
commit
c3bd973468
1 changed files with 0 additions and 2 deletions
|
|
@ -47,8 +47,6 @@ void CardSizeWidget::updateCardSizeSetting(int newValue)
|
||||||
SettingsCache::instance().setPrintingSelectorCardSize(newValue);
|
SettingsCache::instance().setPrintingSelectorCardSize(newValue);
|
||||||
} else if ((parent = qobject_cast<VisualDeckStorageWidget *>(parentWidget()))) {
|
} else if ((parent = qobject_cast<VisualDeckStorageWidget *>(parentWidget()))) {
|
||||||
SettingsCache::instance().setVisualDeckStorageCardSize(newValue);
|
SettingsCache::instance().setVisualDeckStorageCardSize(newValue);
|
||||||
} else {
|
|
||||||
qWarning() << "CardSizeWidget has an unexpected parent widget type. Did not set persistent setting.";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue