mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 04:23:55 -07:00
Fix signatures
This commit is contained in:
parent
97c763f45c
commit
c4934ac17a
41 changed files with 83 additions and 87 deletions
|
|
@ -12,7 +12,7 @@
|
|||
*/
|
||||
static QString getCompleteCardName(const QString &cardName)
|
||||
{
|
||||
ExactCard temp = CardDatabaseManager::query()->guessCard({cardName});
|
||||
ExactCard temp = CardDatabaseManager::query().guessCard({cardName});
|
||||
if (temp) {
|
||||
return temp.getName();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue