Implement the row count for location information

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-05-17 16:47:14 -03:00 committed by Dirk Hohndel
parent 3235dd842e
commit 0c33d585ea

View file

@ -13,7 +13,8 @@ LocationInformationModel::LocationInformationModel(QObject *obj)
int LocationInformationModel::rowCount(const QModelIndex &parent) const
{
Q_UNUSED(parent);
return internalRowCount;
}
QVariant LocationInformationModel::data(const QModelIndex &index, int role) const