mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
Minor bugfixes
This commit is contained in:
parent
a11f93df4d
commit
e31cfd32b1
9 changed files with 26 additions and 17 deletions
|
|
@ -13,6 +13,8 @@ class DlgStartGame: public QDialog {
|
|||
public:
|
||||
DlgStartGame(CardDatabase *_db, QWidget *parent = 0);
|
||||
QStringList getDeckList() const;
|
||||
signals:
|
||||
void newDeckLoaded(const QStringList &cards);
|
||||
private slots:
|
||||
void actLoad();
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue