mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-16 23:42:15 -07:00
rename methods
This commit is contained in:
parent
4cef5692bc
commit
5bbfad46af
30 changed files with 85 additions and 93 deletions
|
|
@ -57,7 +57,7 @@ void AbstractCardItem::pixmapUpdated()
|
|||
|
||||
void AbstractCardItem::refreshCardInfo()
|
||||
{
|
||||
info = CardDatabaseManager::getInstance()->getCardByNameAndProviderId(cardRef);
|
||||
info = CardDatabaseManager::getInstance()->getCard(cardRef);
|
||||
|
||||
if (!info && !cardRef.name.isEmpty()) {
|
||||
QVariantHash properties = QVariantHash();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue