Show everything when nothing is checked.

This patch fixes a bit of the logic used. Now we show every
dive if nothing is chedked.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2014-09-20 13:38:24 -03:00 committed by Dirk Hohndel
parent da90c86d61
commit a2f2751792
2 changed files with 16 additions and 2 deletions

View file

@ -425,6 +425,7 @@ public:
virtual bool setData(const QModelIndex &index, const QVariant &value, int role = Qt::EditRole);
virtual Qt::ItemFlags flags(const QModelIndex &index) const;
bool *checkState;
bool anyChecked;
public
slots:
void repopulate();