mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Void event for now.
This commit is contained in:
parent
49bd825196
commit
8fdf3cb95b
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ QStringList TabDeckStorageVisual::getBannerCardsForDecks()
|
|||
|
||||
void TabDeckStorageVisual::actOpenLocalDeck(QMouseEvent *event, DeckPreviewCardPictureWidget *instance)
|
||||
{
|
||||
(void)event;
|
||||
DeckLoader deckLoader;
|
||||
if (!deckLoader.loadFromFile(instance->filePath, DeckLoader::CockatriceFormat))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue