diff data/model/RangeSummarisableTimeValueModel.h @ 179:0ed2b2e26b44

* Tidy up inheritance hierarchy of model classes -- remove ZoomConstraint as a base class (make it a member instead) and remove virtual inheritances of QObject (no longer necessary).
author Chris Cannam
date Thu, 05 Oct 2006 11:03:06 +0000
parents 3a13b0d4934e
children 185454896a76
line wrap: on
line diff
--- a/data/model/RangeSummarisableTimeValueModel.h	Thu Oct 05 11:02:05 2006 +0000
+++ b/data/model/RangeSummarisableTimeValueModel.h	Thu Oct 05 11:03:06 2006 +0000
@@ -28,9 +28,7 @@
  * example: think "peaks and minima" for "ranges".
  */
 
-class RangeSummarisableTimeValueModel : public DenseTimeValueModel,
-					virtual public ZoomConstraint,
-					virtual public QObject
+class RangeSummarisableTimeValueModel : public DenseTimeValueModel
 {
     Q_OBJECT