diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-11-17 14:03:37 +0000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-11-17 14:03:37 +0000 |
commit | 0c3f13d128f366b036a77dfd2d195cbcac8547ba (patch) | |
tree | 02586f27258dfd9103796f7cc8236b9895e52322 /qt-ui/models.h | |
parent | 1739042f3431e5b399db0cf49106c98478436a2f (diff) | |
download | subsurface-0c3f13d128f366b036a77dfd2d195cbcac8547ba.tar.gz |
Add the ability to modify the cylinder use in the UI
Thanks to Tomaz for writing a first draft of the delegate.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index d61a96f9b..0123ce171 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -107,6 +107,7 @@ public: O2, HE, DEPTH, + USE, COLUMNS }; |