diff options
author | Anton Lundin <glance@acc.umu.se> | 2017-01-10 16:56:55 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-04-26 21:27:37 -0700 |
commit | cd27c1cd442018c3ab7e68aabaaa0b8cb0b21a7b (patch) | |
tree | da2522f6b58aaac4a784314c98c0b95f4ed94641 /desktop-widgets/simplewidgets.h | |
parent | 1ec0d43e63e5796247e0f55963eea06ecf039c4f (diff) | |
download | subsurface-cd27c1cd442018c3ab7e68aabaaa0b8cb0b21a7b.tar.gz |
Hide avg max depth thingie
We don't set it so just hide it.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to 'desktop-widgets/simplewidgets.h')
-rw-r--r-- | desktop-widgets/simplewidgets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/simplewidgets.h b/desktop-widgets/simplewidgets.h index ac98414a0..c804bd738 100644 --- a/desktop-widgets/simplewidgets.h +++ b/desktop-widgets/simplewidgets.h @@ -43,6 +43,7 @@ public: void overrideMinToolTipText(const QString &newTip); void overrideAvgToolTipText(const QString &newTip); void overrideMaxToolTipText(const QString &newTip); + void setAvgVisibility(const bool visible); void clear(); private: |