In the list of columns displayed for a table a set of columns is appended describing the indexes on the table.

This commit is contained in:
eelke 2017-12-17 19:34:28 +01:00
parent aef9b914b1
commit 172e2bcd1d
9 changed files with 95 additions and 43 deletions

View file

@ -15,8 +15,8 @@ void ParamTypeDelegate::setTypeSelectionModel(TypeSelectionItemModel* model)
}
QWidget *ParamTypeDelegate::createEditor(QWidget *parent,
const QStyleOptionViewItem &option,
const QModelIndex &index) const
const QStyleOptionViewItem &/*option*/,
const QModelIndex &/*index*/) const
{
QWidget *w = nullptr;