mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
[VDE] Add selection model (#6354)
Took 22 minutes Took 1 minute Took 17 seconds Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
1c5bfdbabe
commit
c75a483ee6
16 changed files with 303 additions and 69 deletions
|
|
@ -51,6 +51,11 @@ public:
|
|||
return activeGroupCriteriaComboBox;
|
||||
}
|
||||
|
||||
[[nodiscard]] QItemSelectionModel *getSelectionModel() const
|
||||
{
|
||||
return deckView->selectionModel();
|
||||
}
|
||||
|
||||
public slots:
|
||||
void cleanDeck();
|
||||
void updateBannerCardComboBox();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue