Dive sites: remove internalRowCount from LocationInformationModel

This was redundant. Directly use dive_site_table.nr instead.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2018-10-09 09:18:08 +02:00 committed by Dirk Hohndel
parent 50e42bffa1
commit 19d651a36b
2 changed files with 3 additions and 7 deletions

View file

@ -30,7 +30,6 @@ public slots:
void update();
QStringList allSiteNames() const;
private:
int internalRowCount;
QStringList locationNames;
};