Silence warnings in Divecomputerextradatamodel.cpp

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:25:05 -03:00 committed by Dirk Hohndel
parent fb037ba55f
commit 14ad5b0bd2

View file

@ -51,6 +51,7 @@ QVariant ExtraDataModel::data(const QModelIndex &index, int role) const
int ExtraDataModel::rowCount(const QModelIndex &parent) const
{
Q_UNUSED(parent);
return rows;
}