diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-01-14 09:48:44 +0100 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2021-01-20 08:47:18 +0100 |
commit | 218c844ad4fa3f562c375b97694025f6cdaa3ca1 (patch) | |
tree | a09ddbcc1c09d04d89691a1ce0980d99950d6675 /Subsurface-mobile.pro | |
parent | 790d2b2ddb36fd39fe8f002290288603ba1f0065 (diff) | |
download | subsurface-218c844ad4fa3f562c375b97694025f6cdaa3ca1.tar.gz |
statistics: convert HistogramMarkers to QSGNodes
This is in analogy to the quartile markers.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'Subsurface-mobile.pro')
-rw-r--r-- | Subsurface-mobile.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Subsurface-mobile.pro b/Subsurface-mobile.pro index b113eebfe..588e431d4 100644 --- a/Subsurface-mobile.pro +++ b/Subsurface-mobile.pro @@ -133,6 +133,7 @@ SOURCES += subsurface-mobile-main.cpp \ stats/boxseries.cpp \ stats/chartitem.cpp \ stats/chartlistmodel.cpp \ + stats/histogrammarker.cpp \ stats/informationbox.cpp \ stats/legend.cpp \ stats/pieseries.cpp \ @@ -283,6 +284,7 @@ HEADERS += \ stats/boxseries.h \ stats/chartitem.h \ stats/chartlistmodel.h \ + stats/histogrammarker.h \ stats/informationbox.h \ stats/legend.h \ stats/pieseries.h \ |