mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
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:
parent
3235dd842e
commit
0c33d585ea
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue