Made empty fields in V2Svk test uncheckable and uncountable, solves #3
This commit is contained in:
parent
56ca796df0
commit
a2c4b16eb4
3 changed files with 24 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue