diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-04-28 13:10:20 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-28 13:10:20 -0700 |
commit | 0794f03b5e9dd1ba55e16b10b11cd6d61530b5b8 (patch) | |
tree | 28a712ce3b167887ed3f035b2d4a66b130bcb425 /qt-ui/models.h | |
parent | 4c665be05f7128a5a259fb3b71f3d65019639b1d (diff) | |
parent | 0be521bb25cf6210ad47e42eb7a8eb7638c32442 (diff) | |
download | subsurface-0794f03b5e9dd1ba55e16b10b11cd6d61530b5b8.tar.gz |
Merge branch 'RenderStarsOnTable' of https://github.com/tcanabrava/subsurface into Qt
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index f4d9c8d3b..9e4666dc7 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -79,7 +79,6 @@ class DiveTripModel : public QAbstractItemModel { public: enum Column {NR, DATE, RATING, DEPTH, DURATION, TEMPERATURE, TOTALWEIGHT, SUIT, CYLINDER, NITROX, SAC, OTU, MAXCNS, LOCATION, COLUMNS }; - enum { DelegatesRole = Qt::UserRole }; DiveTripModel(QObject *parent = 0); |