mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
Adding Set Code To Filtering Method
Updating Tab To Include Set Param
This commit is contained in:
parent
4f61da62e8
commit
2e1f5332db
4 changed files with 21 additions and 2 deletions
|
|
@ -89,6 +89,10 @@ QString DlgCardSearch::getCardText() const
|
|||
return cardTextEdit->text();
|
||||
}
|
||||
|
||||
QString DlgCardSearch::getCardSet() const {
|
||||
return cboSetList->itemData(cboSetList->currentIndex()).toString();
|
||||
}
|
||||
|
||||
QSet<QString> DlgCardSearch::getCardTypes() const
|
||||
{
|
||||
QStringList result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue