mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
da90c86d61
commit
a2f2751792
2 changed files with 16 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue