Show sizes
table, index, toast and total size per Table size of each index
This commit is contained in:
parent
d6aeef492d
commit
11459e1e12
17 changed files with 138 additions and 28 deletions
|
|
@ -67,7 +67,7 @@ QVariant ConstraintModel::headerData(int section, Qt::Orientation orientation, i
|
|||
|
||||
int ConstraintModel::rowCount(const QModelIndex &) const
|
||||
{
|
||||
return m_constraints.size();
|
||||
return static_cast<int>(m_constraints.size());
|
||||
}
|
||||
|
||||
int ConstraintModel::columnCount(const QModelIndex &) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue