mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-22 10:22:15 -07:00
Visual Deck Editor.
This commit is contained in:
parent
c99afe7956
commit
94d4e6581a
33 changed files with 3480 additions and 0 deletions
|
|
@ -120,6 +120,12 @@ public:
|
|||
bool canFetchMore(const QModelIndex &parent) const override;
|
||||
void fetchMore(const QModelIndex &parent) override;
|
||||
|
||||
public slots:
|
||||
void modelDirty()
|
||||
{
|
||||
dirty();
|
||||
}
|
||||
|
||||
protected:
|
||||
bool lessThan(const QModelIndex &left, const QModelIndex &right) const override;
|
||||
static int lessThanNumerically(const QString &left, const QString &right);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue