Silence warnings in weightmodel

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2016-03-08 02:28:34 -03:00 committed by Dirk Hohndel
parent bf3c18787e
commit b895c8574e

View file

@ -143,6 +143,7 @@ Qt::ItemFlags WeightModel::flags(const QModelIndex &index) const
int WeightModel::rowCount(const QModelIndex &parent) const
{
Q_UNUSED(parent);
return rows;
}