Added a file picker to the add set menu item.

This commit is contained in:
Ira Aspen 2016-02-05 21:09:24 +00:00
parent 646c4b4197
commit 2960cba12b
2 changed files with 21 additions and 0 deletions

View file

@ -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);