Implement the mean depth text

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-01-28 17:24:00 -02:00 committed by Dirk Hohndel
parent 343b82708e
commit 7f1373ea6d
2 changed files with 21 additions and 1 deletions

View file

@ -94,6 +94,8 @@ public:
virtual void settingsChanged();
private:
void createTextItem();
double lastRunningSum;
QString visibilityKey;
};