deck editor

This commit is contained in:
Max-Wilhelm Bruker 2009-06-03 00:15:06 +02:00
parent 3502ec80e4
commit 1da5c63726
9 changed files with 349 additions and 256 deletions

View file

@ -11,15 +11,13 @@ CardDatabaseModel::~CardDatabaseModel()
}
int CardDatabaseModel::rowCount(const QModelIndex &parent) const
int CardDatabaseModel::rowCount(const QModelIndex &/*parent*/) const
{
Q_UNUSED(parent);
return cardList.size();
}
int CardDatabaseModel::columnCount(const QModelIndex &parent) const
int CardDatabaseModel::columnCount(const QModelIndex &/*parent*/) const
{
Q_UNUSED(parent);
return 5;
}