Made empty fields in V2Svk test uncheckable and uncountable, solves #3

This commit is contained in:
Michael Mandl 2018-11-17 01:19:03 +01:00
parent 56ca796df0
commit a2c4b16eb4
3 changed files with 24 additions and 2 deletions

View file

@ -30,9 +30,10 @@ public:
unsigned int getPoints() const;
private:
bool isValidIndex(const QModelIndex &index) const;
protected:
virtual bool isValidIndex(const QModelIndex &index) const;
private:
CheckableItems &getItems(const QModelIndex &index);
const CheckableItems &getItems(const QModelIndex &index) const;