mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 10:33:54 -07:00
Add set names to dialog
This commit is contained in:
parent
e50c2014d1
commit
1ff98cfcb4
4 changed files with 24 additions and 7 deletions
|
|
@ -80,7 +80,7 @@ private slots:
|
|||
void cardUpdateFinished(int exitCode, QProcess::ExitStatus exitStatus);
|
||||
void refreshShortcuts();
|
||||
void cardDatabaseLoadingFailed();
|
||||
void cardDatabaseNewSetsFound(int numUnknownSets);
|
||||
void cardDatabaseNewSetsFound(int numUnknownSets, QStringList unknownSetsNames);
|
||||
void cardDatabaseAllNewSetsEnabled();
|
||||
|
||||
void actOpenCustomFolder();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue