mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
Sync up Visual Deck Editor group by combo box to Deck Editor Dock Widget combo box. (#6291)
Took 21 minutes Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
7e6cad974f
commit
aeec56f800
3 changed files with 35 additions and 7 deletions
|
|
@ -41,6 +41,10 @@ public:
|
|||
{
|
||||
return nameEdit->text().simplified();
|
||||
}
|
||||
QComboBox *getGroupByComboBox()
|
||||
{
|
||||
return activeGroupCriteriaComboBox;
|
||||
}
|
||||
|
||||
public slots:
|
||||
void cleanDeck();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue