comparison data/model/DenseTimeValueModel.h @ 1766:85b9b466a59f

Merge from branch by-id
author Chris Cannam
date Wed, 17 Jul 2019 14:24:51 +0100
parents 77543124651b
children c546429d4c2f
comparison
equal deleted inserted replaced
1730:649ac57c5a2d 1766:85b9b466a59f
30 class DenseTimeValueModel : public Model 30 class DenseTimeValueModel : public Model
31 { 31 {
32 Q_OBJECT 32 Q_OBJECT
33 33
34 public: 34 public:
35 DenseTimeValueModel(); 35 DenseTimeValueModel() { }
36 36
37 virtual ~DenseTimeValueModel(); 37 virtual ~DenseTimeValueModel() { }
38 38
39 /** 39 /**
40 * Return the minimum possible value found in this model type. 40 * Return the minimum possible value found in this model type.
41 * (That is, the minimum that would be valid, not the minimum 41 * (That is, the minimum that would be valid, not the minimum
42 * actually found in a particular model). 42 * actually found in a particular model).