diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-02-10 20:56:26 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-02-22 15:18:31 -0800 |
commit | 03a6440b2a1001d0ab1ff7958d42217dd07b1603 (patch) | |
tree | 545b089370c0e3de8ccf4e2c5ff0da5be691dda7 /qt-models/divetripmodel.h | |
parent | ae5d2e6b4543d13bb432220c6cc06286085623ad (diff) | |
download | subsurface-03a6440b2a1001d0ab1ff7958d42217dd07b1603.tar.gz |
Cleanup: remove DiveTripModelBase::SHOWN_ROLE
This role was used by the filter-proxy model as filter criterion.
Since we don't use that model to filter anymore, we can remove
the role.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/divetripmodel.h')
-rw-r--r-- | qt-models/divetripmodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/divetripmodel.h b/qt-models/divetripmodel.h index ba6ba9600..4182f0bd1 100644 --- a/qt-models/divetripmodel.h +++ b/qt-models/divetripmodel.h @@ -49,7 +49,6 @@ public: DIVE_ROLE, TRIP_ROLE, DIVE_IDX, - SHOWN_ROLE, SELECTED_ROLE }; enum Layout { |