diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-14 16:43:58 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-16 10:12:30 +0700 |
commit | 7d5cf325016925f4072aa31b92beaae4f9a59695 (patch) | |
tree | e56a83a169faad8378e82189cc447bfba5ea9f8c /qt-ui/graphicsview-common.h | |
parent | 215e22481af5b19331882af27a3243eca7c2cf38 (diff) | |
download | subsurface-7d5cf325016925f4072aa31b92beaae4f9a59695.tar.gz |
Added a Model that should handle the Dive Profile
This model encapsulates the plot_info struct and provides
a consistent way to show it using the Qt Model view system
in the C++ and QML way. For a QGraphicsItem that should show
a Profile, this is the start.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/graphicsview-common.h')
-rw-r--r-- | qt-ui/graphicsview-common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-ui/graphicsview-common.h b/qt-ui/graphicsview-common.h index d2499c823..0c260a89e 100644 --- a/qt-ui/graphicsview-common.h +++ b/qt-ui/graphicsview-common.h @@ -34,7 +34,6 @@ typedef enum { extern QMap<color_indice_t, QVector<QColor> > profile_color; void fill_profile_color(); - - +QColor getColor(const color_indice_t i); #endif |