mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 19:47:46 -07:00
Added a file picker to the add set menu item.
This commit is contained in:
parent
646c4b4197
commit
2960cba12b
2 changed files with 21 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ class TabDeckEditor : public Tab {
|
|||
void dockFloatingTriggered();
|
||||
void dockTopLevelChanged(bool topLevel);
|
||||
private:
|
||||
static const QStringList fileNameFilters;
|
||||
CardInfo *currentCardInfo() const;
|
||||
void addCardHelper(QString zoneName);
|
||||
void offsetCountAtIndex(const QModelIndex &idx, int offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue