mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 00:54:53 -07:00
Moved get next set index code to own function
This commit is contained in:
parent
829f84fe50
commit
96fbad1f0c
2 changed files with 21 additions and 14 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "tab.h"
|
||||
#include <QAbstractItemModel>
|
||||
#include <QDir>
|
||||
#include <QLineEdit>
|
||||
#include "keysignals.h"
|
||||
|
||||
|
|
@ -95,6 +96,7 @@ private:
|
|||
void offsetCountAtIndex(const QModelIndex &idx, int offset);
|
||||
void decrementCardHelper(QString zoneName);
|
||||
void recursiveExpand(const QModelIndex &index);
|
||||
int getNextCustomSetPrefix(QDir dataDir);
|
||||
|
||||
CardDatabaseModel *databaseModel;
|
||||
CardDatabaseDisplayModel *databaseDisplayModel;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue